Skip to content

Commit

Permalink
version_10.11.1 (#470)
Browse files Browse the repository at this point in the history
* version_10.11.1

* version_10.11.1
  • Loading branch information
srikanthbachala20 authored Dec 20, 2024
1 parent 2be4814 commit 7938f57
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [[10.11.1]](https://github.com/Clarifai/clarifai-python/releases/tag/10.11.1) - [PyPI](https://pypi.org/project/clarifai/10.11.1/) - 2024-12-20

### Added
- Added model building logs [(#467)] (https://github.com/Clarifai/clarifai-python/pull/467)
- Added user_id to RAG class [(#466)] (https://github.com/Clarifai/clarifai-python/pull/466)
- Added Compute Orchestration to README.md [(#461)] (https://github.com/Clarifai/clarifai-python/pull/461)
- Added Testing and Running a model locally within a container [(#460)] (https://github.com/Clarifai/clarifai-python/pull/460)
- Added CLI support for Model Predict [(#459)] (https://github.com/Clarifai/clarifai-python/pull/459)

### Changed
- Updated Dockerfile for Sglang [(#468)] (https://github.com/Clarifai/clarifai-python/pull/468)
- Updated available torch images and some refactoring [(#465)] (https://github.com/Clarifai/clarifai-python/pull/465)

### Fixed
- Fixed issue for Model local testing [(#469)] (https://github.com/Clarifai/clarifai-python/pull/469)

### Removed
- Removed protobuf from requirements to resolve conflicts with clarifai-grpc [(#464)] (https://github.com/Clarifai/clarifai-python/pull/464)

## [[10.11.0]](https://github.com/Clarifai/clarifai-python/releases/tag/10.11.0) - [PyPI](https://pypi.org/project/clarifai/10.11.0/) - 2024-12-03

### Changed
Expand Down
2 changes: 1 addition & 1 deletion clarifai/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "10.11.0"
__version__ = "10.11.1"

0 comments on commit 7938f57

Please sign in to comment.