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

AgGPT-10

AgGPT-10 is a milestone in our AI research, representing a significant leap in the capabilities of generative AI. It is designed to assist users in various tasks, from content generation to complex problem-solving.

AgGPT-10 is almost 3 times smaller in size than AgGPT-9, yet it is many times more powerful. This is achieved through advanced model architecture and training techniques, making it a highly efficient and effective tool for a wide range of applications.

Developers can use aggpt10.py to interact with the AgGPT-10 model.

from aggpt10 import AgGPT

AI = AgGPT("aggpt10.gguf")

print(AI.ask("hello"))

# Output: "Hello! How can I assist you today?"

with this simple aproach, you can easily integrate AgGPT-10 into your applications and leverage its capabilities for various tasks.

We are excited to see how the community will use AgGPT-10 and look forward to your feedback. Please feel free to reach out with any questions or suggestions.

This repository is licensed under the MIT License. See the LICENSE file for more information.

Downloads last month
-
GGUF
Model size
3B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

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