Delete setup.sh
Browse files
setup.sh
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
#!/usr/bin/env bash
|
2 |
-
|
3 |
-
echo "π§ Starting custom setup..."
|
4 |
-
|
5 |
-
# Install numpy first to avoid conflicts
|
6 |
-
echo "π¦ Installing NumPy..."
|
7 |
-
pip install --no-cache-dir numpy==1.24.3
|
8 |
-
|
9 |
-
echo "π¦ Installing CUDA-enabled PyTorch..."
|
10 |
-
# Install CUDA-enabled PyTorch
|
11 |
-
pip install --no-cache-dir \
|
12 |
-
torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 \
|
13 |
-
--index-url https://download.pytorch.org/whl/cu118
|
14 |
-
|
15 |
-
echo "π Installing remaining dependencies..."
|
16 |
-
# Install remaining dependencies
|
17 |
-
pip install --no-cache-dir -r requirements.txt
|
18 |
-
|
19 |
-
echo "β
Setup complete!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|