chiliu
commited on
Commit
•
3ddc08c
1
Parent(s):
5b9793e
fix
Browse files
README.md
CHANGED
@@ -79,7 +79,7 @@ Alternatively, you can download the mamba_gpt_pipeline.py, store it alongside yo
|
|
79 |
|
80 |
```python
|
81 |
import torch
|
82 |
-
from mamba_gpt_pipeline
|
83 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
84 |
|
85 |
tokenizer = AutoTokenizer.from_pretrained(
|
|
|
79 |
|
80 |
```python
|
81 |
import torch
|
82 |
+
from mamba_gpt_pipeline import MambaGPTTextGenerationPipeline
|
83 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
84 |
|
85 |
tokenizer = AutoTokenizer.from_pretrained(
|