Skip to content

Commit

Permalink
deps: remove transformers
Browse files Browse the repository at this point in the history
transformers is one of `vllm`'s requirement, hence pinning it here
can cause dependency issues
  • Loading branch information
dtrifiro authored and joerunde committed Jul 24, 2024
1 parent acc98d0 commit df76b22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies = [
"grpcio==1.62.2",
"grpcio-health-checking==1.62.2",
"grpcio-reflection==1.62.2",
"transformers==4.42.4",
"accelerate==0.32.1",
"hf-transfer==0.1.6",
# additional dependencies for OpenTelemetry tracing
Expand Down

0 comments on commit df76b22

Please sign in to comment.