Text Generation
Transformers
Safetensors
GGUF
English
mistral
Inference Endpoints
text-generation-inference
shuttie commited on
Commit
6335399
1 Parent(s): 4fbbd61

same propmt for llamacpp

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -67,7 +67,7 @@ With [llama-cpp](https://github.com/ggerganov/llama.cpp) and Q4 model the infere
67
  $ ./main -m ~/models/nixie-querygen-v2/ggml-model-q4.gguf -p "git lfs track will \
68
  begin tracking a new file or an existing file that is already checked in to your \
69
  repository. When you run git lfs track and then commit that change, it will \
70
- update the file, replacing it with the LFS pointer contents. short query:" -s 1
71
 
72
  sampling:
73
  repeat_last_n = 64, repeat_penalty = 1.100, frequency_penalty = 0.000, presence_penalty = 0.000
 
67
  $ ./main -m ~/models/nixie-querygen-v2/ggml-model-q4.gguf -p "git lfs track will \
68
  begin tracking a new file or an existing file that is already checked in to your \
69
  repository. When you run git lfs track and then commit that change, it will \
70
+ update the file, replacing it with the LFS pointer contents. short regular query:" -s 1
71
 
72
  sampling:
73
  repeat_last_n = 64, repeat_penalty = 1.100, frequency_penalty = 0.000, presence_penalty = 0.000