Auto-Llama-cpp  by rhohndorf

Auto-GPT fork for local Llama model experimentation

created 2 years ago
388 stars

Top 73.8% on SourcePulse

GitHubView on GitHub
Project Summary

This project enables autonomous agents to run locally using llama.cpp and Auto-GPT, targeting users interested in experimenting with self-contained AI agents without relying on external APIs. It offers a proof-of-concept for local LLM-powered automation, demonstrating the potential of smaller models for complex tasks.

How It Works

The project integrates Auto-GPT with llama.cpp, allowing it to leverage locally hosted Llama-family models. This approach bypasses the need for cloud-based LLM APIs, providing a self-contained execution environment. The core advantage is enabling autonomous agent experimentation on user hardware, though it currently faces challenges with model context window limitations and output formatting.

Highlighted Details

  • Supports LLaMA, Alpaca, GPT4All, Vicuna, and other models compatible with llama.cpp.
  • Tested models include Vicuna-13b-4BIT and Llama-13B-4BIT, with Vicuna showing better JSON formatting and response coherence.
  • Inference speed is a significant bottleneck, as agent self-prompting amplifies the latency of local model execution.

Maintenance & Community

The project is a fork of Auto-GPT, with development activity and community discussion encouraged in the project's discussion area for sharing model experiences and performance.

Licensing & Compatibility

The project's license is not explicitly stated in the provided README. Compatibility for commercial use or closed-source linking would require clarification of the underlying license.

Limitations & Caveats

The project is described as a proof of concept with significant performance limitations, particularly slow inference speeds and issues with models adhering to required JSON output formats or context window sizes. Smaller 7B models reportedly struggle with prompt comprehension.

Health Check
Last commit

1 year ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
1 stars in the last 30 days

Explore Similar Projects

Feedback? Help us improve.