Instructions to use Nutanix/CodeLlama-7b-Instruct-hf_cpp_unit_tests_lora_8_alpha_16_class_level with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Nutanix/CodeLlama-7b-Instruct-hf_cpp_unit_tests_lora_8_alpha_16_class_level with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Nutanix/CodeLlama-7b-Instruct-hf_cpp_unit_tests_lora_8_alpha_16_class_level", dtype="auto") - Notebooks
- Google Colab
- Kaggle