--- base_model: unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit tags: - text-generation-inference - transformers - unsloth - llama - gguf license: apache-2.0 language: - en --- # Installation Steps 1. install ollama 2. run ollama (keep it running in background) 3. clone this repo 4. open dir ```cd myllama3_gguf``` 5. run ```ollama create myllama3 --file .\ModelFile.txt``` # Uploaded model - **Developed by:** sudhanshu-soft - **License:** apache-2.0 - **Finetuned from model :** unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library. [](https://github.com/unslothai/unsloth)