Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def install_apex():
|
|
17 |
cmd = [
|
18 |
'pip', 'install', '--no-cache-dir', '--no-build-isolation',
|
19 |
'--config-settings', 'build-option=--cpp_ext', '--config-settings',
|
20 |
-
'build-option=--cuda_ext', '-e', 'git+https://github.com/NVIDIA/apex.git'
|
21 |
]
|
22 |
subprocess.run(cmd, check=True)
|
23 |
|
|
|
17 |
cmd = [
|
18 |
'pip', 'install', '--no-cache-dir', '--no-build-isolation',
|
19 |
'--config-settings', 'build-option=--cpp_ext', '--config-settings',
|
20 |
+
'build-option=--cuda_ext', '-e', 'git+https://github.com/NVIDIA/apex.git#egg=apex'
|
21 |
]
|
22 |
subprocess.run(cmd, check=True)
|
23 |
|