Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ With a compressed collection of documents to retrieve from, inference becomes ab
|
|
| 29 |
```python
|
| 30 |
from transformers import AutoModel
|
| 31 |
|
| 32 |
-
pisco = AutoModel.from_pretrained('naver/pisco-llama'
|
| 33 |
|
| 34 |
# Example documents and question:
|
| 35 |
documents = [
|
|
|
|
| 29 |
```python
|
| 30 |
from transformers import AutoModel
|
| 31 |
|
| 32 |
+
pisco = AutoModel.from_pretrained('naver/pisco-llama').to('cuda')
|
| 33 |
|
| 34 |
# Example documents and question:
|
| 35 |
documents = [
|