YenJung commited on
Commit
c118bbe
1 Parent(s): d68d35d

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -83,7 +83,7 @@ class ModelServe:
83
  load_8bit: bool = True,
84
  model_type: str = "llama",
85
  base_model: str = "linhvu/decapoda-research-llama-7b-hf",
86
- finetuned_weights: str = "/home/holiday01/Downloads/LLaMa/alpaca-7b-chinese/finetuned/llama-7b-hf_alpaca-en-zh",
87
  ):
88
  args = locals()
89
  namedtupler = namedtuple("args", tuple(list(args.keys())))
 
83
  load_8bit: bool = True,
84
  model_type: str = "llama",
85
  base_model: str = "linhvu/decapoda-research-llama-7b-hf",
86
+ finetuned_weights: str = "llama-7b-hf_alpaca-en-zh",
87
  ):
88
  args = locals()
89
  namedtupler = namedtuple("args", tuple(list(args.keys())))