We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d37acd commit 193bac1Copy full SHA for 193bac1
1 file changed
uv_env_setup.sh
@@ -30,7 +30,7 @@ elif [ "$PLATFORM" == "cu121" ]; then
30
PYG_URL="https://data.pyg.org/whl/torch-${TORCH_VER}+cu121.html"
31
else
32
echo "❌ Error: Invalid platform '$PLATFORM'. Use: cpu, cu118, or cu121."
33
- exit 1
+ return 1 2>/dev/null || exit 1
34
fi
35
36
echo "⚙️ Updating pyproject.toml..."
0 commit comments