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

LeroyDyer/Mixtral_BioMedical_7b

was able to finally get a peice of the biomistral merged due to Nitral AI!

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

Merge Details

Merge Method

This model was merged using the linear merge method.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:


models:
  - model: LeroyDyer/Mixtral_AI
    parameters:
      weight: 0.789
  - model: Nitral-AI/ProdigyXBioMistral_7B
    parameters:
      weight: 0.2312
merge_method: linear
dtype: float16
Downloads last month
30
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

Model tree for LeroyDyer/Mixtral_BioMedical_7b

Merges
3 models

Collections including LeroyDyer/Mixtral_BioMedical_7b

Paper for LeroyDyer/Mixtral_BioMedical_7b