Skip to content

Commit

Permalink
Add hybrid deps (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramkrishna2910 authored Dec 21, 2024
1 parent e0ba4b7 commit 5432f72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,14 @@
"fastapi",
"uvicorn[standard]",
],
"llm-oga-hybrid": [
"llm-oga-hybrid": [
"transformers",
"torch",
"onnx==1.16.1",
"numpy==1.26.4",
"datasets",
"fastapi",
"uvicorn[standard]",
],
},
classifiers=[],
Expand Down

0 comments on commit 5432f72

Please sign in to comment.