mirror of
https://github.com/deepseek-ai/DeepSeek-Coder.git
synced 2025-02-23 14:19:09 -05:00
Update README.md
This commit is contained in:
parent
405152b070
commit
44cf16ebda
@ -66,9 +66,10 @@ Before proceeding, you'll need to install the necessary dependencies. You can do
|
|||||||
```
|
```
|
||||||
pip install -r requirements.txt
|
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.
|
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).
|
|
||||||
#### 1)Code Completion
|
#### 1)Code Completion
|
||||||
```python
|
```python
|
||||||
from transformers import AutoTokenizer, AutoModelForCausalLM
|
from transformers import AutoTokenizer, AutoModelForCausalLM
|
||||||
|
Loading…
Reference in New Issue
Block a user