Skip to content

Commit

Permalink
fix: update requirements.txt formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
leafspark committed Sep 5, 2024
1 parent 8fb500a commit 9e200a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,25 @@
PyYAML~=6.0.2
psutil~=6.0.0
pynvml~=11.5.3

# GUI Library
PySide6~=6.7.2

# llama.cpp tools (external)
safetensors~=0.4.4
numpy<3.0.0
torch~=2.4.0
sentencepiece~=0.2.0

# PyPI build
setuptools~=74.0.0

# HuggingFace Download/Upload
huggingface-hub~=0.24.6

# AutoFP8 (external)
transformers~=4.44.2

# Local Server
fastapi~=0.112.2
uvicorn~=0.30.6

0 comments on commit 9e200a0

Please sign in to comment.