Text Generation
LiteRT
LiteRT
Safetensors
GGUF
Polish
gpt2
lmstudio
litertlm
ios
mobile
gai
conversational
Instructions to use deloskiyt/gai-1.2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT
How to use deloskiyt/gai-1.2 with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use deloskiyt/gai-1.2 with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf deloskiyt/gai-1.2:F16 # Run inference directly in the terminal: llama cli -hf deloskiyt/gai-1.2:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf deloskiyt/gai-1.2:F16 # Run inference directly in the terminal: llama cli -hf deloskiyt/gai-1.2:F16
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 deloskiyt/gai-1.2:F16 # Run inference directly in the terminal: ./llama-cli -hf deloskiyt/gai-1.2:F16
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 deloskiyt/gai-1.2:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf deloskiyt/gai-1.2:F16
Use Docker
docker model run hf.co/deloskiyt/gai-1.2:F16
- LM Studio
- Jan
- vLLM
How to use deloskiyt/gai-1.2 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "deloskiyt/gai-1.2" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "deloskiyt/gai-1.2", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/deloskiyt/gai-1.2:F16
- Ollama
How to use deloskiyt/gai-1.2 with Ollama:
ollama run hf.co/deloskiyt/gai-1.2:F16
- Unsloth Desktop
- Docker Model Runner
How to use deloskiyt/gai-1.2 with Docker Model Runner:
docker model run hf.co/deloskiyt/gai-1.2:F16
- Lemonade
How to use deloskiyt/gai-1.2 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull deloskiyt/gai-1.2:F16
Run and chat with the model
lemonade run user.gai-1.2-F16
List all available models
lemonade list
- Atomic Chat
gai-1.2
Model generatywnej sztucznej inteligencji gai-1.2 o rozmiarze 20 milionów parametrów, wytrenowany na bogatym korpusie literatury polskiej (Wolne Lektury) oraz rozbudowanych dialogach konwersacyjnych.
- Parametry: ~20M parametrów (dokładnie: 19,708,672)
- Wersja: 1.2
- Architektura: 8 warstw, 8 głowic uwagi, wymiar ukryty 256
- Okno kontekstowe: 2048 tokenów
- Język: Polski (
pl)
📁 Dostępne formaty:
- 🖥️
gai-1.2-F16.gguf— format GGUF dla LM Studio, llama.cpp i Ollama - 📱
gai-1.2-iphone.litertlm— oficjalny format Google LiteRT-LM na iPhone (iOS) - 📱
gai-1.2-iphone.tflite— format TensorFlow Lite dla urządzeń mobilnych - 🐍
model.safetensors— format PyTorch / Hugging Face Transformers
📜 Historia wersji
Pełne zestawienie wersji znajduje się w pliku VERSIONS.md.
- Downloads last month
- 31