Update README.md

This commit is contained in:
Daya Guo 2023-11-03 22:41:45 +08:00 committed by GitHub
parent 405152b070
commit 44cf16ebda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -66,9 +66,10 @@ Before proceeding, you'll need to install the necessary dependencies. You can do
```
pip install -r requirements.txt
```
A demo is also available on the [🤗 Hugging Face Space](https://huggingface.co/spaces/deepseek-ai/deepseek-coder-7b-instruct), and you can run the demo locally using [app.py](https://huggingface.co/spaces/deepseek-ai/deepseek-coder-7b-instruct/blob/main/app.py). (thanks to all the HF team for their support)
Here are some examples of how to use our model.
A demo is also available on the [🤗 Hugging Face Space](https://huggingface.co/spaces/deepseek-ai/deepseek-coder-7b-instruct) (thanks to all the HF team for their support).
#### 1Code Completion
```python
from transformers import AutoTokenizer, AutoModelForCausalLM