Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def script_to_use(model_id, api):
|
|
28 |
arch = arch[0]
|
29 |
return "convert.py" if arch in LLAMA_LIKE_ARCHS else "convert-hf-to-gguf.py"
|
30 |
|
31 |
-
def process_model(model_id, q_method, private_repo, token
|
32 |
model_name = model_id.split('/')[-1]
|
33 |
fp16 = f"{model_name}/{model_name.lower()}.fp16.bin"
|
34 |
|
|
|
28 |
arch = arch[0]
|
29 |
return "convert.py" if arch in LLAMA_LIKE_ARCHS else "convert-hf-to-gguf.py"
|
30 |
|
31 |
+
def process_model(model_id, q_method, private_repo, token):
|
32 |
model_name = model_id.split('/')[-1]
|
33 |
fp16 = f"{model_name}/{model_name.lower()}.fp16.bin"
|
34 |
|