Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -108,8 +108,7 @@ def run_gradio_ui():
|
|
108 |
subprocess.Popen(cmd)
|
109 |
|
110 |
def main():
|
111 |
-
|
112 |
-
subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
|
113 |
if os.path.isfile(CHECKPOINT_FP8_FILE):
|
114 |
print("β
Model checkpoint already exists. Skipping download.")
|
115 |
else:
|
|
|
108 |
subprocess.Popen(cmd)
|
109 |
|
110 |
def main():
|
111 |
+
|
|
|
112 |
if os.path.isfile(CHECKPOINT_FP8_FILE):
|
113 |
print("β
Model checkpoint already exists. Skipping download.")
|
114 |
else:
|