by SqueezeAILab · Agent Tool · ★ 1.8k
LLMCompiler: An LLM Compiler for Parallel Function Calling [Paper] LLMCompiler is a framework that enables an efficient and effective orchestration of parallel function calling with LLMs, including both open-source and close-source models, by automatically identifying which tasks can be performed in parallel and which ones are interdependent. TL;DR: The reasoning capabilities of LLMs enable them to execute multiple function calls, using user-provided functions to overcome their inherent limitations (e.g. knowledge cutoffs, poor arithmetic skills, or lack of access to private data).
| Stars | 1,827 |
| Forks | 126 |
| Language | Python |
| Category | Agent Tool |
| License | MIT |
| Quality Score | 68.8256339478657/100 |
| Open Issues | 6 |
| Last Updated | 2024-07-10 |
| Created | 2023-12-06 |
| Platforms | python |
| Est. Tokens | ~25k |
Explore other popular agent tool tools:
LLMCompiler is [ICML 2024] LLMCompiler: An LLM Compiler for Parallel Function Calling. It is categorized as a Agent Tool with 1.8k GitHub stars.
LLMCompiler is primarily written in Python. It covers topics such as efficient-inference, function-calling, large-language-models.
You can find installation instructions and usage details in the LLMCompiler GitHub repository at github.com/SqueezeAILab/LLMCompiler. The project has 1.8k stars and 126 forks, indicating an active community.
LLMCompiler is released under the MIT license, making it free to use and modify according to the license terms.