Instructions to use migaraa/Gaudi_LoRA_Llama-3-8B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use migaraa/Gaudi_LoRA_Llama-3-8B-Instruct with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("migaraa/Gaudi_LoRA_Llama-3-8B-Instruct", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -85,5 +85,5 @@ Users (both direct and downstream) should be made aware of the risks, biases and
|
|
| 85 |
|
| 86 |
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 87 |
|
| 88 |
-
- **Hardware Type:** Intel Gaudi AI Accelerator
|
| 89 |
- **Hours used:** < 1 hour
|
|
|
|
| 85 |
|
| 86 |
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 87 |
|
| 88 |
+
- **Hardware Type:** Intel Gaudi 2 AI Accelerator
|
| 89 |
- **Hours used:** < 1 hour
|