Update README.md
Browse files
README.md
CHANGED
|
@@ -70,7 +70,7 @@ Once the installation completed, we can try the following code for a quick test
|
|
| 70 |
```python
|
| 71 |
import torch
|
| 72 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 73 |
-
from
|
| 74 |
|
| 75 |
checkpoint = "amd/Zebra-Llama-3B-6MLA-22Mamba-DPO"
|
| 76 |
|
|
|
|
| 70 |
```python
|
| 71 |
import torch
|
| 72 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 73 |
+
from hybrid.hybrid_wrapper import HybridModelWrapper
|
| 74 |
|
| 75 |
checkpoint = "amd/Zebra-Llama-3B-6MLA-22Mamba-DPO"
|
| 76 |
|