Views
No views yet
T-lite-it-1.0 model, which has been quantized into the GGUF format using the llama.cpp repository.| Benchmark | T-lite-it-1.0 | T-lite-it-1.0-Q8_0 |
|---|---|---|
| Arena-Hard-Ru | 64.38 (-2.1, 2.5) | 64.21 (-2.2, 2.7) |
llama-server --hf-repo t-tech/T-lite-it-1.0-Q8_0-GGUF --hf-file t-lite-it-1.0-q8_0.gguf -c 8192./build/bin/llama-server -m t-lite-it-1.0-q8_0.gguf -c 81921curl --request POST \
2 --url http://localhost:8080/completion \
3 --header "Content-Type: application/json" \
4 --data '{
5 "prompt": "<|im_start|>user\nРасскажи мне чем отличается Python от C++?\n<|im_end|>\n<|im_start|>assistant\n",
6 "n_predict": 256
7 }'
8ollama serveollama run hf.co/t-tech/T-lite-it-1.0-Q8_0-GGUF:Q8_0 "Расскажи мне про отличия C++ и Python"1ollama create example -f Modelfile
2ollama run example "Расскажи мне про отличия C++ и Python"Modelfile isFROM ./t-lite-it-1.0-q8_0.gguf