Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
magdyksaleh committed Feb 12, 2025
1 parent 04f38d4 commit 242eede
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion launcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage.workspace = true
clap = { version = "4.1.4", features = ["derive", "env"] }
ctrlc = { version = "3.2.5", features = ["termination"] }
nix = "0.26.2"
openssl = "0.10.66"
openssl = "0.10.70"
hf-hub = { version = "0.3.0", features = ["tokio"] }
h2 = "0.3.26"
rustix = "0.37.25"
Expand Down
2 changes: 1 addition & 1 deletion router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ metrics = "0.21.0"
metrics-exporter-prometheus = { version = "0.12.1", features = [] }
nohash-hasher = "0.2.0"
opentelemetry = { version = "0.19.0", features = ["rt-tokio"] }
openssl = "0.10.66"
openssl = "0.10.70"
opentelemetry-otlp = "0.12.0"
rand = "0.8.5"
reqwest = { version = "0.11.14", features = ["blocking"] }
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ stanford-stk==0.7.0 ; python_version >= "3.9" and python_version < "4.0" and sys
tiktoken==0.5.2 ; python_version >= "3.9" and python_version < "4.0"
tokenizers==0.20.0 ; python_version >= "3.9" and python_version < "4.0"
tqdm==4.66.4 ; python_version >= "3.9" and python_version < "4.0"
transformers==4.45.1 ; python_version >= "3.9" and python_version < "4.0"
transformers==4.48.3 ; python_version >= "3.9" and python_version < "4.0"
triton==3.0.0 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "linux"
typer==0.6.1 ; python_version >= "3.9" and python_version < "4.0"
typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "4.0"
Expand Down

0 comments on commit 242eede

Please sign in to comment.