winglian commited on
Commit
7c60b85
1 Parent(s): 42bd66e

another spot missed on default adapter model

Browse files
Files changed (1) hide show
  1. llama_lora/ui/inference_ui.py +1 -1
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
- 'tloen/alpaca-lora-7b';
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