Abhaykoul commited on
Commit
a41c1a3
1 Parent(s): 5d0f35a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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[loacl]'
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