Update requirements.txt
Browse files- requirements.txt +0 -5
requirements.txt
CHANGED
@@ -1,13 +1,8 @@
|
|
1 |
torch==2.2.0
|
2 |
-
langchain==0.1.6
|
3 |
-
constants==0.6.0
|
4 |
fastapi==0.109.2
|
5 |
autoawq>=0.1.6
|
6 |
pydantic==2.6.1
|
7 |
uvicorn==0.27.1
|
8 |
-
einops==0.7.0
|
9 |
optimum==1.16.2
|
10 |
transformers==4.*
|
11 |
-
auto-gptq==0.6.0
|
12 |
-
auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
|
13 |
--extra-index-url https://pypi.ngc.nvidia.com
|
|
|
1 |
torch==2.2.0
|
|
|
|
|
2 |
fastapi==0.109.2
|
3 |
autoawq>=0.1.6
|
4 |
pydantic==2.6.1
|
5 |
uvicorn==0.27.1
|
|
|
6 |
optimum==1.16.2
|
7 |
transformers==4.*
|
|
|
|
|
8 |
--extra-index-url https://pypi.ngc.nvidia.com
|