Wendong-Fan commited on
Commit
33342a2
·
2 Parent(s): 4b10bb3 ba8de0a

fix: Script path in readme (#184)

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. README_zh.md +2 -2
README.md CHANGED
@@ -239,10 +239,10 @@ OWL supports various LLM backends. You can use the following scripts to run with
239
 
240
  ```bash
241
  # Run with Qwen model
242
- python owl/run_qwen.py
243
 
244
  # Run with Deepseek model
245
- python owl/run_deepseek.py
246
 
247
  # Run with other OpenAI-compatible models
248
  python owl/run_openai_compatiable_model.py
 
239
 
240
  ```bash
241
  # Run with Qwen model
242
+ python owl/run_qwen_zh.py
243
 
244
  # Run with Deepseek model
245
+ python owl/run_deepseek_zh.py
246
 
247
  # Run with other OpenAI-compatible models
248
  python owl/run_openai_compatiable_model.py
README_zh.md CHANGED
@@ -239,10 +239,10 @@ OWL 支持多种 LLM 后端。您可以使用以下脚本来运行不同的模
239
 
240
  ```bash
241
  # 使用 Qwen 模型运行
242
- python owl/run_qwen.py
243
 
244
  # 使用 Deepseek 模型运行
245
- python owl/run_deepseek.py
246
 
247
  # 使用其他 OpenAI 兼容模型运行
248
  python owl/run_openai_compatiable_model.py
 
239
 
240
  ```bash
241
  # 使用 Qwen 模型运行
242
+ python owl/run_qwen_zh.py
243
 
244
  # 使用 Deepseek 模型运行
245
+ python owl/run_deepseek_zh.py
246
 
247
  # 使用其他 OpenAI 兼容模型运行
248
  python owl/run_openai_compatiable_model.py