ggml files

The files in this repository are LLM (Large Language Model) models converted to ggml format. See the original repository below for copyright. files...

Original repositories

Usage

Download ggml file

Install ggml

Install ggml commands.

git clone https://github.com/ggerganov/ggml.git
cd ggml && mkdir -p build && cd build && cmake .. && make -j

Ask question

./ggml/build/bin/gpt-neox \
   -m ./line-jp-3.6b-instruction-sft-f16.bin \
   -p "世界で一番高い山は"

reference

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.