Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +1 -11
requirements.txt
CHANGED
@@ -1,15 +1,5 @@
|
|
1 |
# On Windows, it is difficult to prepare flash_attn2 and probably cannot run.
|
2 |
-
# On WSL2
|
3 |
-
# sudo apt install python3.10-dev
|
4 |
-
# wget https://developer.download.nvidia.com/compute/cuda/repos/wsl-ubuntu/x86_64/cuda-keyring_1.0-1_all.deb
|
5 |
-
# sudo dpkg -i cuda-keyring_1.0-1_all.deb
|
6 |
-
# sudo apt update
|
7 |
-
# sudo apt-get install cuda-toolkit-12-1
|
8 |
-
# vi ~/.bashrc
|
9 |
-
# if [ -e /usr/local/cuda ]; then
|
10 |
-
# export PATH="/usr/local/cuda/bin:$PATH"
|
11 |
-
# export LD_LIBRARY_PATH="/usr/local/cuda/lib64:$LD_LIBRARY_PATH"
|
12 |
-
# fi
|
13 |
|
14 |
fastapi
|
15 |
uvicorn
|
|
|
1 |
# On Windows, it is difficult to prepare flash_attn2 and probably cannot run.
|
2 |
+
# On WSL2/Linux, bash setup.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
|
4 |
fastapi
|
5 |
uvicorn
|