Skip to content

Dependency: Update LiteLLM #1336

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lumigator/backend/backend/models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@

- display_name: Llamafile/Mistral-7B-Instruct-v0.2
model: mistralai/Mistral-7B-Instruct-v0.2
provider: hosted_vllm
provider: llamafile
base_url: http://localhost:8080/v1
website_url: https://huggingface.co/Mozilla/Mistral-7B-Instruct-v0.2-llamafile
description: A llamafile package of Mistral's 7B Instruct model. Assumes that llamafile is running on the same system where the Ray cluster is located.
Expand Down
2 changes: 1 addition & 1 deletion lumigator/jobs/inference/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
accelerate==1.5.2
datasets==2.19.1
langcodes==3.5.0
litellm==1.63.14
litellm==1.68.0
loguru==0.7.3
numpy==1.26.3
pandas==2.2.3
Expand Down
2 changes: 1 addition & 1 deletion lumigator/jobs/inference/requirements_cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
accelerate==1.5.2
datasets==2.19.1
langcodes==3.5.0
litellm==1.63.14
litellm==1.68.0
loguru==0.7.3
numpy==1.26.3
pandas==2.2.3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dev = [
"debugpy>=1.8.12",
"fastapi>=0.115.6",
"ipykernel>=6.29.5",
"litellm>=1.60.4",
"litellm>=1.68.0",
"loguru>=0.7.2",
"lumigator-schemas",
"lumigator-sdk",
Expand Down
Loading
Loading