Update setup.sh
Browse files
setup.sh
CHANGED
@@ -3,7 +3,8 @@
|
|
3 |
echo "🔧 Starting custom setup..."
|
4 |
|
5 |
# Install numpy first to avoid conflicts
|
6 |
-
|
|
|
7 |
|
8 |
echo "📦 Installing CUDA-enabled PyTorch..."
|
9 |
# Install CUDA-enabled PyTorch
|
|
|
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
|