Views
No views yet
llamafile and gguf file format models for Meltemi 7B Instruct v1.5, the first Greek Large Language Model (LLM),
trained by the Institute for Language and Speech Processing at Athena Research & Innovation Center.1wget https://huggingface.co/Florents-Tselai/Meltemi-llamafile/resolve/main/Meltemi-7B-Instruct-v1.5-Q8_0.llamafile
2chmod +x Meltemi-7B-Instruct-v1.5-Q8_0.llamafile./Meltemi-7B-Instruct-v1.5-Q8_0.llamafile--help flag.1curl http://localhost:8080/v1/chat/completions \
2-H "Content-Type: application/json" \
3-H "Authorization: Bearer no-key" \
4-d '{
5 "model": "LLaMA_CPP",
6 "messages": [
7 {
8 "role": "system",
9 "content": "Είσαι ένας φωτεινός παντογνώστης"
10 },
11 {
12 "role": "user",
13 "content": "Γράψε μου μια ιστορία για έναν βάτραχο που έγινε αρνάκι"
14 }
15 ]
16}'--cli flag. For additional help on how it may be used, pass the --help flag../Meltemi-7B-Instruct-v1.5-Q8_0.llamafile -p 'Ποιό είναι το νόημα της ζωής;'./Meltemi-7B-Instruct-v1.5-Q8_0.llamafile --helpgguf file formats are also available if you're working with llama.cpp llama.cppllama-cli -m ./Meltemi-7B-Instruct-v1.5-F16.gguf -p "Ποιό είναι το νόημα της ζωής;" -n 128llama-cli -m ./Meltemi-7B-Instruct-v1.5-F16.gguf --conv llama-server -m ./Meltemi-7B-Instruct-v1.5-F16.gguf --port 8080