How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf jpacifico/Vigalpaca-French-7B-ties-GGUF:Q8_0
# Run inference directly in the terminal:
llama cli -hf jpacifico/Vigalpaca-French-7B-ties-GGUF:Q8_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf jpacifico/Vigalpaca-French-7B-ties-GGUF:Q8_0
# Run inference directly in the terminal:
llama cli -hf jpacifico/Vigalpaca-French-7B-ties-GGUF:Q8_0
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 jpacifico/Vigalpaca-French-7B-ties-GGUF:Q8_0
# Run inference directly in the terminal:
./llama-cli -hf jpacifico/Vigalpaca-French-7B-ties-GGUF:Q8_0
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 jpacifico/Vigalpaca-French-7B-ties-GGUF:Q8_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf jpacifico/Vigalpaca-French-7B-ties-GGUF:Q8_0
Use Docker
docker model run hf.co/jpacifico/Vigalpaca-French-7B-ties-GGUF:Q8_0
Quick Links

Vigalpaca-French-7B-ties-GGUF

Vigalpaca-French-7B-ties is a merge of the following models:
jpacifico/French-Alpaca-7B-Instruct-beta
bofenghuang/vigostral-7b-chat

base model : jpacifico/French-Alpaca-7B-Instruct-beta

Usage

This quantized q8_0 GGUF version can be used on a CPU device, compatible with llama.cpp Ollama and LM Studio.

Ollama Modelfile example :

FROM ./Vigalpaca-French-7B-ties-quantized-q8_0.gguf

TEMPLATE """[INST] {{ .System }} {{ .Prompt }} [/INST]"""
PARAMETER stop "[INST]"
PARAMETER stop "[/INST]"
SYSTEM """Tu es un assistant IA nommé Vigalpaca. Tu dois répondre de manière concise et bienveillante aux questions posées par l'utilisateur."""

Limitations

The Vigalpaca model is a quick demonstration that a base 7B model can be easily merged/fine-tuned to specialize in a particular language. It does not have any moderation mechanisms.

  • Developed by: Jonathan Pacifico. Vigostral model by Bofeng Huang (special thanks), 2024
  • Model type: LLM
  • Language(s) (NLP): French
  • License: Apache-2.0
Downloads last month
7
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

8-bit

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