Spaces:
Running
on
Zero
Running
on
Zero
刘虹雨
commited on
Commit
·
78b73ce
1
Parent(s):
ab4d9b9
update code
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ import sys
|
|
62 |
|
63 |
os.environ["MEDIAPIPE_DISABLE_GPU"] = "1" # Disable GPU for MediaPipe
|
64 |
def install_cuda_toolkit():
|
65 |
-
CUDA_TOOLKIT_URL = "https://developer.download.nvidia.com/compute/cuda/
|
66 |
CUDA_TOOLKIT_FILE = "/tmp/%s" % os.path.basename(CUDA_TOOLKIT_URL)
|
67 |
|
68 |
print(f"[INFO] Downloading CUDA Toolkit from {CUDA_TOOLKIT_URL} ...")
|
|
|
62 |
|
63 |
os.environ["MEDIAPIPE_DISABLE_GPU"] = "1" # Disable GPU for MediaPipe
|
64 |
def install_cuda_toolkit():
|
65 |
+
CUDA_TOOLKIT_URL = "https://developer.download.nvidia.com/compute/cuda/11.8.0/local_installers/cuda_11.8.0_520.61.05_linux.run"
|
66 |
CUDA_TOOLKIT_FILE = "/tmp/%s" % os.path.basename(CUDA_TOOLKIT_URL)
|
67 |
|
68 |
print(f"[INFO] Downloading CUDA Toolkit from {CUDA_TOOLKIT_URL} ...")
|