StevenChen16 commited on
Commit
6d71768
·
verified ·
1 Parent(s): ebef061

update model path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ h1 {
40
  """
41
 
42
  args = dict(
43
- model_name_or_path="StevenChen16/llama3-8b-Lawyer",
44
  template="llama3",
45
  finetuning_type="lora",
46
  quantization_bit=8,
 
40
  """
41
 
42
  args = dict(
43
+ model_name_or_path="./model",
44
  template="llama3",
45
  finetuning_type="lora",
46
  quantization_bit=8,