WangZeJun commited on
Commit
888b043
·
verified ·
1 Parent(s): a96b26d

Update inference/gradio_demo.py

Browse files
Files changed (1) hide show
  1. inference/gradio_demo.py +1 -1
inference/gradio_demo.py CHANGED
@@ -10,7 +10,7 @@ from sentsplit import split_sentence
10
  from vllm import LLM, SamplingParams
11
 
12
  # LLM
13
- model_path = "/data/wangzejun/correct/models/chatglm3-6b-93w"
14
  llm = LLM(
15
  model_path,
16
  trust_remote_code=True,
 
10
  from vllm import LLM, SamplingParams
11
 
12
  # LLM
13
+ model_path = "../../chatglm3-6b-93w"
14
  llm = LLM(
15
  model_path,
16
  trust_remote_code=True,