GGUF
French
English
How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Dabococo/OWAI_042csv:F16
# Run inference directly in the terminal:
llama-cli -hf Dabococo/OWAI_042csv:F16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Dabococo/OWAI_042csv:F16
# Run inference directly in the terminal:
llama-cli -hf Dabococo/OWAI_042csv:F16
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf Dabococo/OWAI_042csv:F16
# Run inference directly in the terminal:
./llama-cli -hf Dabococo/OWAI_042csv:F16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf Dabococo/OWAI_042csv:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Dabococo/OWAI_042csv:F16
Use Docker
docker model run hf.co/Dabococo/OWAI_042csv:F16
Quick Links

Model Details

FR: Ceci est un modèle d'expérimentation basé sur llama3. Le modèle final aura pour but d'aider les gens sur Minecraft et plus spécifiquement sur le serveur Minecraft OpenWar (openwar.fr).

EN: This is an experimental model based on llama3. The final template will aim to help people on Minecraft and more specifically on the Minecraft OpenWar server (openwar.fr).

Model Description

  • Developed by: [Dabococo]
  • Model type: [Conversation, Q&A]
  • Finetuned from model: [Llama 3 Meta]

Recommendations

Attendez une meilleure version du modèle.

Wait for a better version of the model.

Downloads last month
8
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train Dabococo/OWAI_042csv