Omartificial-Intelligence-Space
commited on
Commit
•
7352a6b
1
Parent(s):
0673d45
update readme.md
Browse files
README.md
CHANGED
@@ -28,9 +28,10 @@ Arabic LLaMa 3.1 Lora Model is an Fine Tuned Model based on the new released LLA
|
|
28 |
|
29 |
## I prepared for you a Gradio App to do inference with the model and compare its results with the base llama3.1 model
|
30 |
|
31 |
-
|
|
|
32 |
|
33 |
-
###
|
34 |
```python
|
35 |
|
36 |
!pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
|
|
28 |
|
29 |
## I prepared for you a Gradio App to do inference with the model and compare its results with the base llama3.1 model
|
30 |
|
31 |
+
## <span style="color:Red">Note</span>
|
32 |
+
just run the following code in colab:
|
33 |
|
34 |
+
### Gradio APP (Colab T4 GPU is enough to run the app)
|
35 |
```python
|
36 |
|
37 |
!pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|