You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Release Notes
|
|
|
|
|
|
|
|
## 3.7.5
|
|
|
|
|
|
|
|
2024-01-21
|
|
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
|
|
|
|
Fix imports of Agent, SequentialWorkflow, ModelParallelizer, Task, OpenAIChat, Gemini, GPT4VisionAPI
|
|
|
|
|
|
|
|
### New Features
|
|
|
|
|
|
|
|
New model: Odin for Object Detection and tracking
|
|
|
|
New mode: Ultralytics Object recognition YOLO
|
|
|
|
|
|
|
|
New Tokenizers
|
|
|
|
|
|
|
|
Schema generator for prompts.
|
|
|
|
New prompt for worker agent.
|
|
|
|
|
|
|
|
New structure: plan, step
|
|
|
|
|
|
|
|
New tool: execute tool
|
|
|
|
|
|
|
|
New logger: get_logger
|
|
|
|
|
|
|
|
Example for worker_agent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 3.6.8
|
|
|
|
|
|
|
|
2024-01-19
|
|
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
|
|
|
|
Removed ModelScope
|
|
|
|
|
|
|
|
Removed CogAgent
|
|
|
|
|
|
|
|
### New Features
|
|
|
|
|
|
|
|
Added ultralytics vision models
|
|
|
|
|
|
|
|
Added TimmModel to wrap timm models
|
|
|
|
|
|
|
|
### Other
|
|
|
|
|
|
|
|
Loosened version of timm
|