Spaces:
Paused
Paused
another spot missed on default adapter model
Browse files
llama_lora/ui/inference_ui.py
CHANGED
|
@@ -510,7 +510,7 @@ def inference_ui():
|
|
| 510 |
|
| 511 |
// Workaround default value not shown.
|
| 512 |
document.querySelector('#inference_lora_model input').value =
|
| 513 |
-
'
|
| 514 |
}, 100);
|
| 515 |
|
| 516 |
// Add tooltips
|
|
|
|
| 510 |
|
| 511 |
// Workaround default value not shown.
|
| 512 |
document.querySelector('#inference_lora_model input').value =
|
| 513 |
+
'winglian/llama-adapter-7b';
|
| 514 |
}, 100);
|
| 515 |
|
| 516 |
// Add tooltips
|