ekshat commited on
Commit
8ced845
1 Parent(s): 7ffba4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -39,10 +39,7 @@ model = AutoModelForCausalLM.from_pretrained(model_name)
39
  ```
40
 
41
  #### Quantized Version
42
- Using Ollama, .gguf model can be used on local system. For more details, refer
43
- ```link
44
- https://www.markhneedham.com/blog/2023/10/18/ollama-hugging-face-gguf-models/
45
- ```
46
 
47
  ### Generating Text
48
  Generate text with the Zephyr 7B model:
 
39
  ```
40
 
41
  #### Quantized Version
42
+ Using Ollama, .gguf model can be used on local system. For more details, [Ollama](https://github.com/ollama/ollama)
 
 
 
43
 
44
  ### Generating Text
45
  Generate text with the Zephyr 7B model: