- GGUF Model Download: Download pre-built models from the LEAP Model Library (no authentication required)
- Model Bundling: Create bundles from your own fine-tuned models (requires authentication)
Install
Requirements
Before using the Model Bundle Tool, ensure your system meets the following requirements:- Python 3.8 or higher: The CLI tool is built with Python and requires at least version 3.8.
pipinstalled: You needpipto install the CLI tool and its dependencies.- AWS services access: Model uploads use Amazon Web Services (AWS) for file storage. Ensure you can access
amazonaws.comdomains from your network. If youβre behind a corporate firewall or VPN, you may need to configure network settings to allow access to AWS services.
If model uploads fail with connectivity errors, verify that your network allows access to AWS services and that DNS resolution is working properly.
Quick Start
- Download LEAP Models
- Bundle Custom Models
Download GGUF models from the LEAP Model Library. No authentication required.Example:The command will:
- Resolve the appropriate manifest URL for the model/quantization.
- Create an output directory based on the URL or according to
--output-pathif specified. - Download the JSON manifest file for the given combination of model and quantization, if it exists.
- Download all model files referenced in the manifest.
- Update the local manifest to use relative paths to the downloaded files.
Manifest downloads donβt require authentication with
leap-bundle login. They work immediately after installation.Next Steps
- Visit the LEAP Model Library to explore available models.
- Check the Bundle Creation page for detailed command reference.
