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 9, 2023
1 parent 904697b commit b12c369
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ streamlit run soulchat_app.py --server.port 9026
```python
os.environ['CUDA_VISIBLE_DEVICES'] = '2'
```
**对于Windows单显卡用户,需要修改为:```os.environ['CUDA_VISIBLE_DEVICES'] = '0'```,否则会报错!**

可以通过更改以下代码指定模型路径为本地路径:
```python
model_name_or_path = 'scutcyr/SoulChat'
Expand Down

0 comments on commit b12c369

Please sign in to comment.