更新 README.md

This commit is contained in:
jiangzhs 2024-10-25 18:11:39 +08:00
parent aef0641a79
commit 9579035fe2

View File

@ -5,4 +5,7 @@
```python
python test_hairuo.py
```
注:需修改 test_hairuo.py 文件中的模型路径
注:需修改 test_hairuo.py 文件中的模型路径
vllm_hairuo.py : 使用 Llama 提供的方式来加载权重;
vllm_hairuo_v2.py : 使用 miniCPM 提供的方式来加载权重;