RayExtract
Collection
A collection of 135M-3B finetuned models specialised in extracting listing prices of "Rayman fist", an in-game item in Growtopia • 13 items • Updated
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf fevohh/RayExtract-360M-v1:# Run inference directly in the terminal:
llama-cli -hf fevohh/RayExtract-360M-v1:# 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 fevohh/RayExtract-360M-v1:# Run inference directly in the terminal:
./llama-cli -hf fevohh/RayExtract-360M-v1: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 fevohh/RayExtract-360M-v1:# Run inference directly in the terminal:
./build/bin/llama-cli -hf fevohh/RayExtract-360M-v1:docker model run hf.co/fevohh/RayExtract-360M-v1:4-bit
5-bit
8-bit
16-bit
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf fevohh/RayExtract-360M-v1:# Run inference directly in the terminal: llama-cli -hf fevohh/RayExtract-360M-v1: