Skip to content

Commit

Permalink
Fix pydantic and add 8bit support to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
musabgultekin committed Aug 5, 2023
1 parent 54ebb9b commit 328db77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ accelerate
sentencepiece
fastapi
uvicorn
pydantic
pydantic
typing_extensions==4.5.0 # Pydantic caused issues, so this fixes that issue
bitsandbytes # For 8bit support

0 comments on commit 328db77

Please sign in to comment.