How to use from
llama.cppInstall from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Corentinrhr/FisaGPT:Q5_K_M# Run inference directly in the terminal:
llama-cli -hf Corentinrhr/FisaGPT:Q5_K_MUse 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 Corentinrhr/FisaGPT:Q5_K_M# Run inference directly in the terminal:
./llama-cli -hf Corentinrhr/FisaGPT:Q5_K_MBuild 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 Corentinrhr/FisaGPT:Q5_K_M# Run inference directly in the terminal:
./build/bin/llama-cli -hf Corentinrhr/FisaGPT:Q5_K_MUse Docker
docker model run hf.co/Corentinrhr/FisaGPT:Q5_K_MQuick Links
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
As part of a school IT project, we fine-tuned Llama 3 with a dataset based on data from our FISA course at Telecom Sud Paris.
base_model: jpacifico/French-Alpaca-Llama3-8B-Instruct-v1.0 language: - en license: apache-2.0 tags: - text-generation-inference - transformers - unsloth - llama - gguf
Uploaded model
- Developed by: Corentinrhr
- License: apache-2.0
- Finetuned from model : jpacifico/French-Alpaca-Llama3-8B-Instruct-v1.0
This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.
- Downloads last month
- 12
Hardware compatibility
Log In to add your hardware
5-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support

Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf Corentinrhr/FisaGPT:Q5_K_M# Run inference directly in the terminal: llama-cli -hf Corentinrhr/FisaGPT:Q5_K_M