Upload 9 files
Browse files- Alpaca_+_Codellama_34b_full_example.ipynb +1 -1
- Alpaca_+_Gemma_7b_full_example.ipynb +1 -1
- Alpaca_+_Llama_7b_full_example.ipynb +1 -1
- Alpaca_+_Mistral_7b_full_example.ipynb +1 -1
- Alpaca_+_TinyLlama_+_RoPE_Scaling_full_example.ipynb +1 -1
- ChatML_+_chat_templates_+_Mistral_7b_full_example.ipynb +1 -1
- DPO_Zephyr_Unsloth_Example.ipynb +1 -1
- Mistral_7b_Text_Completion_Raw_Text_training_full_example(1).ipynb +1 -1
- Mistral_7b_Text_Completion_Raw_Text_training_full_example.ipynb +1 -1
Alpaca_+_Codellama_34b_full_example.ipynb
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
"# Installs Unsloth, Xformers (Flash Attention) and all other packages!\n",
|
| 31 |
"!pip install unsloth\n",
|
| 32 |
"# Get latest Unsloth\n",
|
| 33 |
-
"!pip install --upgrade --no-
|
| 34 |
]
|
| 35 |
},
|
| 36 |
{
|
|
|
|
| 30 |
"# Installs Unsloth, Xformers (Flash Attention) and all other packages!\n",
|
| 31 |
"!pip install unsloth\n",
|
| 32 |
"# Get latest Unsloth\n",
|
| 33 |
+
"!pip uninstall unsloth -y && pip install --upgrade --no-cache-dir \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\""
|
| 34 |
]
|
| 35 |
},
|
| 36 |
{
|
Alpaca_+_Gemma_7b_full_example.ipynb
CHANGED
|
@@ -32,7 +32,7 @@
|
|
| 32 |
"# Installs Unsloth, Xformers (Flash Attention) and all other packages!\n",
|
| 33 |
"!pip install unsloth\n",
|
| 34 |
"# Get latest Unsloth\n",
|
| 35 |
-
"!pip install --upgrade --no-
|
| 36 |
]
|
| 37 |
},
|
| 38 |
{
|
|
|
|
| 32 |
"# Installs Unsloth, Xformers (Flash Attention) and all other packages!\n",
|
| 33 |
"!pip install unsloth\n",
|
| 34 |
"# Get latest Unsloth\n",
|
| 35 |
+
"!pip uninstall unsloth -y && pip install --upgrade --no-cache-dir \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\""
|
| 36 |
]
|
| 37 |
},
|
| 38 |
{
|
Alpaca_+_Llama_7b_full_example.ipynb
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
"# Installs Unsloth, Xformers (Flash Attention) and all other packages!\n",
|
| 31 |
"!pip install unsloth\n",
|
| 32 |
"# Get latest Unsloth\n",
|
| 33 |
-
"!pip install --upgrade --no-
|
| 34 |
]
|
| 35 |
},
|
| 36 |
{
|
|
|
|
| 30 |
"# Installs Unsloth, Xformers (Flash Attention) and all other packages!\n",
|
| 31 |
"!pip install unsloth\n",
|
| 32 |
"# Get latest Unsloth\n",
|
| 33 |
+
"!pip uninstall unsloth -y && pip install --upgrade --no-cache-dir \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\""
|
| 34 |
]
|
| 35 |
},
|
| 36 |
{
|
Alpaca_+_Mistral_7b_full_example.ipynb
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
"# Installs Unsloth, Xformers (Flash Attention) and all other packages!\n",
|
| 31 |
"!pip install unsloth\n",
|
| 32 |
"# Get latest Unsloth\n",
|
| 33 |
-
"!pip install --upgrade --no-
|
| 34 |
]
|
| 35 |
},
|
| 36 |
{
|
|
|
|
| 30 |
"# Installs Unsloth, Xformers (Flash Attention) and all other packages!\n",
|
| 31 |
"!pip install unsloth\n",
|
| 32 |
"# Get latest Unsloth\n",
|
| 33 |
+
"!pip uninstall unsloth -y && pip install --upgrade --no-cache-dir \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\""
|
| 34 |
]
|
| 35 |
},
|
| 36 |
{
|
Alpaca_+_TinyLlama_+_RoPE_Scaling_full_example.ipynb
CHANGED
|
@@ -32,7 +32,7 @@
|
|
| 32 |
"# Installs Unsloth, Xformers (Flash Attention) and all other packages!\n",
|
| 33 |
"!pip install unsloth\n",
|
| 34 |
"# Get latest Unsloth\n",
|
| 35 |
-
"!pip install --upgrade --no-
|
| 36 |
]
|
| 37 |
},
|
| 38 |
{
|
|
|
|
| 32 |
"# Installs Unsloth, Xformers (Flash Attention) and all other packages!\n",
|
| 33 |
"!pip install unsloth\n",
|
| 34 |
"# Get latest Unsloth\n",
|
| 35 |
+
"!pip uninstall unsloth -y && pip install --upgrade --no-cache-dir \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\""
|
| 36 |
]
|
| 37 |
},
|
| 38 |
{
|
ChatML_+_chat_templates_+_Mistral_7b_full_example.ipynb
CHANGED
|
@@ -32,7 +32,7 @@
|
|
| 32 |
"# Installs Unsloth, Xformers (Flash Attention) and all other packages!\n",
|
| 33 |
"!pip install unsloth\n",
|
| 34 |
"# Get latest Unsloth\n",
|
| 35 |
-
"!pip install --upgrade --no-
|
| 36 |
]
|
| 37 |
},
|
| 38 |
{
|
|
|
|
| 32 |
"# Installs Unsloth, Xformers (Flash Attention) and all other packages!\n",
|
| 33 |
"!pip install unsloth\n",
|
| 34 |
"# Get latest Unsloth\n",
|
| 35 |
+
"!pip uninstall unsloth -y && pip install --upgrade --no-cache-dir \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\""
|
| 36 |
]
|
| 37 |
},
|
| 38 |
{
|
DPO_Zephyr_Unsloth_Example.ipynb
CHANGED
|
@@ -31,7 +31,7 @@
|
|
| 31 |
"# Installs Unsloth, Xformers (Flash Attention) and all other packages!\n",
|
| 32 |
"!pip install unsloth\n",
|
| 33 |
"# Get latest Unsloth\n",
|
| 34 |
-
"!pip install --upgrade --no-
|
| 35 |
]
|
| 36 |
},
|
| 37 |
{
|
|
|
|
| 31 |
"# Installs Unsloth, Xformers (Flash Attention) and all other packages!\n",
|
| 32 |
"!pip install unsloth\n",
|
| 33 |
"# Get latest Unsloth\n",
|
| 34 |
+
"!pip uninstall unsloth -y && pip install --upgrade --no-cache-dir \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\""
|
| 35 |
]
|
| 36 |
},
|
| 37 |
{
|
Mistral_7b_Text_Completion_Raw_Text_training_full_example(1).ipynb
CHANGED
|
@@ -42,7 +42,7 @@
|
|
| 42 |
"# Installs Unsloth, Xformers (Flash Attention) and all other packages!\n",
|
| 43 |
"!pip install unsloth\n",
|
| 44 |
"# Get latest Unsloth\n",
|
| 45 |
-
"!pip install --upgrade --no-
|
| 46 |
]
|
| 47 |
},
|
| 48 |
{
|
|
|
|
| 42 |
"# Installs Unsloth, Xformers (Flash Attention) and all other packages!\n",
|
| 43 |
"!pip install unsloth\n",
|
| 44 |
"# Get latest Unsloth\n",
|
| 45 |
+
"!pip uninstall unsloth -y && pip install --upgrade --no-cache-dir \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\""
|
| 46 |
]
|
| 47 |
},
|
| 48 |
{
|
Mistral_7b_Text_Completion_Raw_Text_training_full_example.ipynb
CHANGED
|
@@ -42,7 +42,7 @@
|
|
| 42 |
"# Installs Unsloth, Xformers (Flash Attention) and all other packages!\n",
|
| 43 |
"!pip install unsloth\n",
|
| 44 |
"# Get latest Unsloth\n",
|
| 45 |
-
"!pip install --upgrade --no-
|
| 46 |
]
|
| 47 |
},
|
| 48 |
{
|
|
|
|
| 42 |
"# Installs Unsloth, Xformers (Flash Attention) and all other packages!\n",
|
| 43 |
"!pip install unsloth\n",
|
| 44 |
"# Get latest Unsloth\n",
|
| 45 |
+
"!pip uninstall unsloth -y && pip install --upgrade --no-cache-dir \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\""
|
| 46 |
]
|
| 47 |
},
|
| 48 |
{
|