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