Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scutcyr authored Jun 6, 2023
1 parent 2cdaa04 commit 95694c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ os.environ['CUDA_VISIBLE_DEVICES'] = '1'
```
可以通过更改以下代码指定模型路径为本地路径:
```python
model_name_or_path = "scutcyr/BianQue-2.0"
model_name_or_path = "scutcyr/BianQue-2"
```

我们还提供了[bianque_v1_app.py](./bianque_v1_app.py)作为BianQue-1.0模型的使用示例,以及[bianque_v1_v2_app.py](./bianque_v1_v2_app.py)作为BianQue-1.0模型和BianQue-2.0模型的联合使用示例。
Expand Down

0 comments on commit 95694c2

Please sign in to comment.