chansung commited on
Commit
65fada4
·
1 Parent(s): dbb3187

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ from gen import get_output_batch, StreamModel
11
  from utils import generate_prompt, post_processes_batch, post_process_stream, get_generation_config, common_post_process
12
 
13
  model, tokenizer = load_model(
14
- # base="decapoda-research/llama-13b-hf",
15
- # finetuned="chansung/alpaca-lora-13b"
16
  )
17
 
18
  model = StreamModel(model, tokenizer)
 
11
  from utils import generate_prompt, post_processes_batch, post_process_stream, get_generation_config, common_post_process
12
 
13
  model, tokenizer = load_model(
14
+ base="decapoda-research/llama-13b-hf",
15
+ finetuned="chansung/alpaca-lora-13b"
16
  )
17
 
18
  model = StreamModel(model, tokenizer)