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

Llamarine GGUF

GGUF quantized versions of pentagoniac/llamarine, the first open-source LLM for the maritime industry.

About

Llamarine 1.0 is a 70B parameter LLM built on Llama 3.1 70B, developed by Aitomatic and FURUNO Electric.

Available Quantizations

  • llamarine-Q2_K.gguf (26 GB) - Smallest
  • llamarine-Q4_K_M.gguf (40 GB) - Recommended
  • llamarine-q8_0.gguf (75 GB) - Highest quality

Credits

  • Original model: pentagoniac/llamarine by Aitomatic and FURUNO Electric
  • GGUF quantization: DSAKAI

License

Llama 2 License.

Downloads last month
64
GGUF
Model size
71B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

4-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for DSAKAI/llamarine-GGUF

Quantized
(1)
this model