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 Biscotto58/MistralNemoMegaV1_rev:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf Biscotto58/MistralNemoMegaV1_rev:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Biscotto58/MistralNemoMegaV1_rev:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf Biscotto58/MistralNemoMegaV1_rev:Q4_K_M
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 Biscotto58/MistralNemoMegaV1_rev:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf Biscotto58/MistralNemoMegaV1_rev:Q4_K_M
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 Biscotto58/MistralNemoMegaV1_rev:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Biscotto58/MistralNemoMegaV1_rev:Q4_K_M
Use Docker
docker model run hf.co/Biscotto58/MistralNemoMegaV1_rev:Q4_K_M
Quick Links

final_merge_output

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the DARE TIES merge method using /teamspace/studios/this_studio/work_dir/intermediate_stages/balanced_creative as a base.

Models Merged

The following models were included in the merge:

  • /teamspace/studios/this_studio/work_dir/intermediate_stages/intelligence_fusion

Configuration

The following YAML configuration was used to produce this model:

base_model: /teamspace/studios/this_studio/work_dir/intermediate_stages/balanced_creative
dtype: bfloat16
merge_method: dare_ties
models:
- model: /teamspace/studios/this_studio/work_dir/intermediate_stages/balanced_creative
  parameters:
    density: 0.75
    weight: 0.52
- model: /teamspace/studios/this_studio/work_dir/intermediate_stages/intelligence_fusion
  parameters:
    density: 0.7
    weight: 0.48
name: FINAL_UnhingedScribe_12B
parameters:
  int8_mask: true
tokenizer_source: base
Downloads last month
7
Safetensors
Model size
12B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Biscotto58/MistralNemoMegaV1_rev

Quantizations
2 models

Paper for Biscotto58/MistralNemoMegaV1_rev