danielhanchen
commited on
Commit
•
6c9cddd
1
Parent(s):
06b68ef
Upload 9 files
Browse files- Alpaca_+_Codellama_34b_full_example.ipynb +2 -2
- Alpaca_+_Gemma_7b_full_example.ipynb +2 -2
- Alpaca_+_Llama_7b_full_example.ipynb +2 -2
- Alpaca_+_Mistral_7b_full_example.ipynb +2 -2
- Alpaca_+_TinyLlama_+_RoPE_Scaling_full_example.ipynb +2 -2
- ChatML_+_chat_templates_+_Mistral_7b_full_example.ipynb +2 -2
- DPO_Zephyr_Unsloth_Example.ipynb +2 -2
- Mistral_7b_Text_Completion_Raw_Text_training_full_example(1).ipynb +2 -2
- Mistral_7b_Text_Completion_Raw_Text_training_full_example.ipynb +2 -2
Alpaca_+_Codellama_34b_full_example.ipynb
CHANGED
@@ -27,10 +27,10 @@
|
|
27 |
"outputs": [],
|
28 |
"source": [
|
29 |
"%%capture\n",
|
30 |
-
"# Installs Unsloth, Xformers (Flash Attention) and all other packages
|
31 |
"!pip install unsloth\n",
|
32 |
"# Get latest Unsloth\n",
|
33 |
-
"!pip install --upgrade --no-deps \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\"
|
34 |
]
|
35 |
},
|
36 |
{
|
|
|
27 |
"outputs": [],
|
28 |
"source": [
|
29 |
"%%capture\n",
|
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-deps \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\""
|
34 |
]
|
35 |
},
|
36 |
{
|
Alpaca_+_Gemma_7b_full_example.ipynb
CHANGED
@@ -29,10 +29,10 @@
|
|
29 |
"outputs": [],
|
30 |
"source": [
|
31 |
"%%capture\n",
|
32 |
-
"# Installs Unsloth, Xformers (Flash Attention) and all other packages
|
33 |
"!pip install unsloth\n",
|
34 |
"# Get latest Unsloth\n",
|
35 |
-
"!pip install --upgrade --no-deps \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\"
|
36 |
]
|
37 |
},
|
38 |
{
|
|
|
29 |
"outputs": [],
|
30 |
"source": [
|
31 |
"%%capture\n",
|
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-deps \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\""
|
36 |
]
|
37 |
},
|
38 |
{
|
Alpaca_+_Llama_7b_full_example.ipynb
CHANGED
@@ -27,10 +27,10 @@
|
|
27 |
"outputs": [],
|
28 |
"source": [
|
29 |
"%%capture\n",
|
30 |
-
"# Installs Unsloth, Xformers (Flash Attention) and all other packages
|
31 |
"!pip install unsloth\n",
|
32 |
"# Get latest Unsloth\n",
|
33 |
-
"!pip install --upgrade --no-deps \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\"
|
34 |
]
|
35 |
},
|
36 |
{
|
|
|
27 |
"outputs": [],
|
28 |
"source": [
|
29 |
"%%capture\n",
|
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-deps \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\""
|
34 |
]
|
35 |
},
|
36 |
{
|
Alpaca_+_Mistral_7b_full_example.ipynb
CHANGED
@@ -27,10 +27,10 @@
|
|
27 |
"outputs": [],
|
28 |
"source": [
|
29 |
"%%capture\n",
|
30 |
-
"# Installs Unsloth, Xformers (Flash Attention) and all other packages
|
31 |
"!pip install unsloth\n",
|
32 |
"# Get latest Unsloth\n",
|
33 |
-
"!pip install --upgrade --no-deps \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\"
|
34 |
]
|
35 |
},
|
36 |
{
|
|
|
27 |
"outputs": [],
|
28 |
"source": [
|
29 |
"%%capture\n",
|
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-deps \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\""
|
34 |
]
|
35 |
},
|
36 |
{
|
Alpaca_+_TinyLlama_+_RoPE_Scaling_full_example.ipynb
CHANGED
@@ -29,10 +29,10 @@
|
|
29 |
"outputs": [],
|
30 |
"source": [
|
31 |
"%%capture\n",
|
32 |
-
"# Installs Unsloth, Xformers (Flash Attention) and all other packages
|
33 |
"!pip install unsloth\n",
|
34 |
"# Get latest Unsloth\n",
|
35 |
-
"!pip install --upgrade --no-deps \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\"
|
36 |
]
|
37 |
},
|
38 |
{
|
|
|
29 |
"outputs": [],
|
30 |
"source": [
|
31 |
"%%capture\n",
|
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-deps \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\""
|
36 |
]
|
37 |
},
|
38 |
{
|
ChatML_+_chat_templates_+_Mistral_7b_full_example.ipynb
CHANGED
@@ -29,10 +29,10 @@
|
|
29 |
"outputs": [],
|
30 |
"source": [
|
31 |
"%%capture\n",
|
32 |
-
"# Installs Unsloth, Xformers (Flash Attention) and all other packages
|
33 |
"!pip install unsloth\n",
|
34 |
"# Get latest Unsloth\n",
|
35 |
-
"!pip install --upgrade --no-deps \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\"
|
36 |
]
|
37 |
},
|
38 |
{
|
|
|
29 |
"outputs": [],
|
30 |
"source": [
|
31 |
"%%capture\n",
|
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-deps \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\""
|
36 |
]
|
37 |
},
|
38 |
{
|
DPO_Zephyr_Unsloth_Example.ipynb
CHANGED
@@ -28,10 +28,10 @@
|
|
28 |
"outputs": [],
|
29 |
"source": [
|
30 |
"%%capture\n",
|
31 |
-
"# Installs Unsloth, Xformers (Flash Attention) and all other packages
|
32 |
"!pip install unsloth\n",
|
33 |
"# Get latest Unsloth\n",
|
34 |
-
"!pip install --upgrade --no-deps \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\"
|
35 |
]
|
36 |
},
|
37 |
{
|
|
|
28 |
"outputs": [],
|
29 |
"source": [
|
30 |
"%%capture\n",
|
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-deps \"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
@@ -39,10 +39,10 @@
|
|
39 |
"outputs": [],
|
40 |
"source": [
|
41 |
"%%capture\n",
|
42 |
-
"# Installs Unsloth, Xformers (Flash Attention) and all other packages
|
43 |
"!pip install unsloth\n",
|
44 |
"# Get latest Unsloth\n",
|
45 |
-
"!pip install --upgrade --no-deps \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\"
|
46 |
]
|
47 |
},
|
48 |
{
|
|
|
39 |
"outputs": [],
|
40 |
"source": [
|
41 |
"%%capture\n",
|
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-deps \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\""
|
46 |
]
|
47 |
},
|
48 |
{
|
Mistral_7b_Text_Completion_Raw_Text_training_full_example.ipynb
CHANGED
@@ -39,10 +39,10 @@
|
|
39 |
"outputs": [],
|
40 |
"source": [
|
41 |
"%%capture\n",
|
42 |
-
"# Installs Unsloth, Xformers (Flash Attention) and all other packages
|
43 |
"!pip install unsloth\n",
|
44 |
"# Get latest Unsloth\n",
|
45 |
-
"!pip install --upgrade --no-deps \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\"
|
46 |
]
|
47 |
},
|
48 |
{
|
|
|
39 |
"outputs": [],
|
40 |
"source": [
|
41 |
"%%capture\n",
|
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-deps \"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git\""
|
46 |
]
|
47 |
},
|
48 |
{
|