Safetensors
GGUF
Turkish
llama
Llama-3
instruct
finetune
chatml
gpt4
synthetic data
distillation
function calling
json mode
axolotl
roleplaying
chat
Instructions to use tda45/TdAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tda45/TdAI with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tda45/TdAI", filename="llama.cpp/models/ggml-vocab-aquila.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tda45/TdAI 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 tda45/TdAI # Run inference directly in the terminal: llama cli -hf tda45/TdAI
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tda45/TdAI # Run inference directly in the terminal: llama cli -hf tda45/TdAI
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 tda45/TdAI # Run inference directly in the terminal: ./llama-cli -hf tda45/TdAI
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 tda45/TdAI # Run inference directly in the terminal: ./build/bin/llama-cli -hf tda45/TdAI
Use Docker
docker model run hf.co/tda45/TdAI
- LM Studio
- Jan
- Ollama
How to use tda45/TdAI with Ollama:
ollama run hf.co/tda45/TdAI
- Unsloth Studio
How to use tda45/TdAI with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for tda45/TdAI to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for tda45/TdAI to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tda45/TdAI to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tda45/TdAI with Docker Model Runner:
docker model run hf.co/tda45/TdAI
- Lemonade
How to use tda45/TdAI with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tda45/TdAI
Run and chat with the model
lemonade run user.TdAI-{{QUANT_TAG}}List all available models
lemonade list
| # collaborators can optionally add themselves here to indicate their availability for reviewing related PRs | |
| # multiple collaborators per item can be specified | |
| # | |
| # ggml-org/ci : CISC, danbev, ggerganov, netrunnereve, ngxson, taronaeo | |
| # ggml-org/ggml-cann : hipudding | |
| # ggml-org/ggml-cuda : JohannesGaessler, am17an, IMbackK, ORippler | |
| # ggml-org/ggml-hexagon : lhez, max-krasnyansky | |
| # ggml-org/ggml-metal : ggerganov | |
| # ggml-org/ggml-opencl : lhez, max-krasnyansky | |
| # ggml-org/ggml-rpc : rgerganov | |
| # ggml-org/ggml-sycl : arthw | |
| # ggml-org/ggml-vulkan : 0cc4m, jeffbolznv | |
| # ggml-org/ggml-webgpu : reeselevine, yomaytk | |
| # ggml-org/ggml-zdnn : taronaeo | |
| # ggml-org/llama-common : ggerganov, aldehir, angt, danbev, ngxson, pwilkin | |
| # ggml-org/llama-mtmd : ngxson | |
| # ggml-org/llama-server : ggerganov, ngxson, allozaur, angt, ServeurpersoCom | |
| # ggml-org/llama-ui : allozaur | |
| /.devops/*.Dockerfile @ngxson | |
| /.github/actions/ @ggml-org/ci | |
| /.github/workflows/ @ggml-org/ci | |
| /ci/ @ggerganov | |
| /cmake/ @ggerganov | |
| /common/ @ggml-org/llama-common | |
| /common/fit.* @JohannesGaessler | |
| /common/jinja/ @CISC | |
| /common/ngram-map.* @srogmann | |
| /conversion/ @CISC | |
| /convert_*.py @CISC | |
| /docs/backend/snapdragon/ @ggml-org/ggml-hexagon | |
| /examples/batched.swift/ @ggerganov | |
| /examples/batched/ @ggerganov | |
| /examples/convert-llama2c-to-ggml/ @ggerganov | |
| /examples/debug/ @danbev @pwilkin | |
| /examples/deprecation-warning/ @ggerganov | |
| /examples/diffusion/ @am17an | |
| /examples/embedding/ @ggerganov | |
| /examples/eval-callback/ @ggerganov | |
| /examples/export-docs/ @ggerganov | |
| /examples/gen-docs/ @ggerganov | |
| /examples/gguf/ @ggerganov | |
| /examples/llama.android/ @ggerganov @hanyin-arm @naco-siren | |
| /examples/llama.swiftui/ @ggerganov | |
| /examples/llama.vim @ggerganov | |
| /examples/lookahead/ @ggerganov | |
| /examples/lookup/ @JohannesGaessler | |
| /examples/model-conversion/ @danbev | |
| /examples/parallel/ @ggerganov | |
| /examples/passkey/ @ggerganov | |
| /examples/retrieval/ @ggerganov | |
| /examples/speculative-simple/ @ggerganov | |
| /examples/speculative/ @ggerganov | |
| /ggml/cmake/ @ggerganov | |
| /ggml/include/ @ggerganov | |
| /ggml/src/ggml-backend-meta.cpp @JohannesGaessler | |
| /ggml/src/ggml-cann/ @ggml-org/ggml-cann | |
| /ggml/src/ggml-common.h @ggerganov | |
| /ggml/src/ggml-cpu/ @ggerganov | |
| /ggml/src/ggml-cpu/spacemit/ @alex-spacemit | |
| /ggml/src/ggml-cuda/ @ggml-org/ggml-cuda | |
| /ggml/src/ggml-cuda/vendors/hip.h @IMbackK | |
| /ggml/src/ggml-cuda/fattn-wmma* @IMbackK | |
| /ggml/src/ggml-hexagon/ @ggml-org/ggml-hexagon | |
| /ggml/src/ggml-hip/ @IMbackK | |
| /ggml/src/ggml-impl.h @ggerganov | |
| /ggml/src/ggml-metal/ @ggml-org/ggml-metal | |
| /ggml/src/ggml-opencl/ @ggml-org/ggml-opencl | |
| /ggml/src/ggml-openvino/ @cavusmustafa @wine99 | |
| /ggml/src/ggml-opt.cpp @JohannesGaessler | |
| /ggml/src/ggml-quants.* @ggerganov | |
| /ggml/src/ggml-rpc/ @ggml-org/ggml-rpc | |
| /ggml/src/ggml-sycl/ @ggml-org/ggml-sycl | |
| /ggml/src/ggml-threading.* @ggerganov | |
| /ggml/src/ggml-virtgpu/ @kpouget | |
| /ggml/src/ggml-vulkan/ @ggml-org/ggml-vulkan | |
| /ggml/src/ggml-webgpu/ @ggml-org/ggml-webgpu | |
| /ggml/src/ggml-zdnn/ @ggml-org/ggml-zdnn @Andreas-Krebbel @AlekseiNikiforovIBM | |
| /ggml/src/ggml-zendnn/ @avinashcpandey @Jiten1parmar @z-vishal | |
| /ggml/src/ggml.c @ggerganov | |
| /ggml/src/ggml.cpp @ggerganov | |
| /ggml/src/gguf.cpp @JohannesGaessler @Green-Sky | |
| /gguf-py/ @CISC | |
| /media/ @ggerganov | |
| /scripts/gen* @ggerganov | |
| /scripts/get* @ggerganov | |
| /scripts/sync* @ggerganov | |
| /scripts/snapdragon/ @ggml-org/ggml-hexagon | |
| /src/ @ggerganov | |
| /src/llama-adapter.* @CISC | |
| /src/llama-arch.* @CISC | |
| /src/llama-chat.* @ngxson | |
| /src/llama-graph.* @CISC | |
| /src/llama-model.* @CISC | |
| /src/llama-vocab.* @CISC | |
| /src/models/ @CISC | |
| /tests/ @ggerganov | |
| /tests/test-chat.* @pwilkin | |
| /tests/test-llama-archs.cpp @JohannesGaessler | |
| /tools/batched-bench/ @ggerganov | |
| /tools/cli/ @ngxson | |
| /tools/completion/ @ggerganov | |
| /tools/mtmd/ @ggml-org/llama-mtmd | |
| /tools/perplexity/ @ggerganov | |
| /tools/parser/ @pwilkin | |
| /tools/quantize/ @ggerganov | |
| /tools/rpc/ @ggml-org/ggml-rpc | |
| /tools/server/* @ggml-org/llama-server # no subdir | |
| /tools/server/tests/ @ggml-org/llama-server | |
| /tools/ui/ @ggml-org/llama-ui | |
| /tools/tokenize/ @ggerganov | |
| /tools/tts/ @ggerganov | |
| /vendor/ @ggerganov | |
| /AUTHORS @ggerganov | |
| /CMakeLists.txt @ggerganov | |
| /CONTRIBUTING.md @ggerganov | |
| /LICENSE @ggerganov | |
| /README.md @ggerganov | |
| /SECURITY.md @ggerganov | |
| /build-xcframework.sh @danbev | |
| requirements*.txt @CISC | |