Update README.md
Browse files
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
|
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 |
|