Update README.md
Browse files
README.md
CHANGED
|
@@ -72,7 +72,7 @@ print(response)
|
|
| 72 |
*Directly using this model from GGUF*
|
| 73 |
|
| 74 |
```python
|
| 75 |
-
%pip install -U 'webscout[
|
| 76 |
|
| 77 |
from webscout.Local.utils import download_model
|
| 78 |
from webscout.Local.model import Model
|
|
|
|
| 72 |
*Directly using this model from GGUF*
|
| 73 |
|
| 74 |
```python
|
| 75 |
+
%pip install -U 'webscout[Loacl]'
|
| 76 |
|
| 77 |
from webscout.Local.utils import download_model
|
| 78 |
from webscout.Local.model import Model
|