Update README.md
Browse files
README.md
CHANGED
@@ -80,7 +80,7 @@ generated_text = model.generate(**inputs, max_length=3084, top_p=0.95, do_sample
|
|
80 |
*Directly using this model from GGUF*
|
81 |
|
82 |
```python
|
83 |
-
%pip install -U 'webscout[
|
84 |
|
85 |
from webscout.Local.utils import download_model
|
86 |
from webscout.Local.model import Model
|
|
|
80 |
*Directly using this model from GGUF*
|
81 |
|
82 |
```python
|
83 |
+
%pip install -U 'webscout[local]'
|
84 |
|
85 |
from webscout.Local.utils import download_model
|
86 |
from webscout.Local.model import Model
|