calcuis commited on
Commit
6416772
·
verified ·
1 Parent(s): d946808

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ tags:
16
  - bug fixed for: "ResponseError: llama runner process has terminated: GGML_ASSERT(hparams.n_swa > 0) failed"
17
  - tq1_0 and tq2_0 are not usable; seems at least should start with q2_k
18
 
19
- ### how to run it
20
  use any connector for interacting with gguf file, i.e., [gguf-connector](https://pypi.org/project/gguf-connector/)
21
 
22
  ### reference
 
16
  - bug fixed for: "ResponseError: llama runner process has terminated: GGML_ASSERT(hparams.n_swa > 0) failed"
17
  - tq1_0 and tq2_0 are not usable; seems at least should start with q2_k
18
 
19
+ ### run the model
20
  use any connector for interacting with gguf file, i.e., [gguf-connector](https://pypi.org/project/gguf-connector/)
21
 
22
  ### reference