Text Generation
Safetensors
English
lwl-uestc commited on
Commit
c9be7c3
·
verified ·
1 Parent(s): 76313c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ Our RAG-Instruct significantly enhances the RAG ability of LLMs, demonstrating r
28
 
29
 
30
  # <span>Usage</span>
31
- RAG-Instruct models can be used just like `Llama-3.1-8B-Instruct`. You can deploy it with tools like [vllm](https://github.com/vllm-project/vllm) or [Sglang](https://github.com/sgl-project/sglang), or perform direct inference:
32
  ```python
33
  from transformers import AutoModelForCausalLM, AutoTokenizer
34
 
 
28
 
29
 
30
  # <span>Usage</span>
31
+ RAG-Instruct-Llama3-8B can be used just like `Llama-3.1-8B-Instruct`. You can deploy it with tools like [vllm](https://github.com/vllm-project/vllm) or [Sglang](https://github.com/sgl-project/sglang), or perform direct inference:
32
  ```python
33
  from transformers import AutoModelForCausalLM, AutoTokenizer
34