fix: Comment out torch dependency in requirements.txt
This commit is contained in:
parent
6bb2be90ee
commit
52aea1d3fd
@ -6,4 +6,4 @@
|
||||
- Pytest (pytest -q) won't work in this environment, so don't run it.
|
||||
- For testing you can use `pylint` and `python -m py_compile`.
|
||||
- You are using python 3.11.
|
||||
- All pip dependencies are installed in the environment.
|
||||
- All pip dependencies are installed in the environment. (Except torch, due to its size.)
|
||||
|
@ -39,7 +39,7 @@ requests==2.32.3
|
||||
sentence-transformers==4.1.0
|
||||
starlette==0.45.3
|
||||
tavily-python==0.7.0
|
||||
torch==2.7.0
|
||||
# torch==2.7.0
|
||||
tqdm==4.67.1
|
||||
TTS==0.22.0
|
||||
uvicorn==0.34.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user