BanBTP V1 models
Collection
Smaller, yet less good at reasoning. preserved for history. • 3 items • Updated • 1
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf aaro765/BanBTP-124M:F16# Run inference directly in the terminal:
llama-cli -hf aaro765/BanBTP-124M:F16# 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 aaro765/BanBTP-124M:F16# Run inference directly in the terminal:
./llama-cli -hf aaro765/BanBTP-124M:F16git 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 aaro765/BanBTP-124M:F16# Run inference directly in the terminal:
./build/bin/llama-cli -hf aaro765/BanBTP-124M:F16docker model run hf.co/aaro765/BanBTP-124M:F16finetuned on a dataset called banbtp.
16-bit
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf aaro765/BanBTP-124M:F16# Run inference directly in the terminal: llama-cli -hf aaro765/BanBTP-124M:F16