mirror of
https://github.com/deepseek-ai/DeepSeek-LLM.git
synced 2025-02-22 21:59:10 -05:00
Update README.md (#16)
This commit is contained in:
parent
9fa033d753
commit
8b216f7cef
@ -212,11 +212,7 @@ On the basis of `Python >= 3.8` environment, install the necessary dependencies
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
### Inference
|
### Inference with Huggingface's Transformers
|
||||||
|
|
||||||
Here are some examples of utilizing our models.
|
|
||||||
|
|
||||||
#### Inference with Huggingface's Transformers
|
|
||||||
|
|
||||||
You can directly employ [Huggingface's Transformers](https://github.com/huggingface/transformers) for model inference.
|
You can directly employ [Huggingface's Transformers](https://github.com/huggingface/transformers) for model inference.
|
||||||
|
|
||||||
@ -274,7 +270,7 @@ Assistant:
|
|||||||
|
|
||||||
**Note:** By default (`add_special_tokens=True`), our tokenizer automatically adds a `bos_token` (`<|begin▁of▁sentence|>`) before the input text. Additionally, since the system prompt is not compatible with this version of our models, we DO NOT RECOMMEND including the system prompt in your input.
|
**Note:** By default (`add_special_tokens=True`), our tokenizer automatically adds a `bos_token` (`<|begin▁of▁sentence|>`) before the input text. Additionally, since the system prompt is not compatible with this version of our models, we DO NOT RECOMMEND including the system prompt in your input.
|
||||||
|
|
||||||
#### Inference with vLLM
|
### Inference with vLLM
|
||||||
|
|
||||||
You can also employ [vLLM](https://github.com/vllm-project/vllm) for high-throughput inference.
|
You can also employ [vLLM](https://github.com/vllm-project/vllm) for high-throughput inference.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user