Update bonus-unit1/bonus-unit1.ipynb
Browse filesfixed two typos on "libraries"
bonus-unit1/bonus-unit1.ipynb
CHANGED
@@ -103,7 +103,7 @@
|
|
103 |
"source": [
|
104 |
"## Step 2: Install dependencies 📚\n",
|
105 |
"\n",
|
106 |
-
"We need multiple
|
107 |
"\n",
|
108 |
"- `bitsandbytes` for quantization\n",
|
109 |
"- `peft`for LoRA adapters\n",
|
@@ -163,7 +163,7 @@
|
|
163 |
"id": "vBAkwg9zu6A1"
|
164 |
},
|
165 |
"source": [
|
166 |
-
"## Step 4: Import the
|
167 |
"\n",
|
168 |
"Don't forget to put your HF token."
|
169 |
]
|
|
|
103 |
"source": [
|
104 |
"## Step 2: Install dependencies 📚\n",
|
105 |
"\n",
|
106 |
+
"We need multiple libraries:\n",
|
107 |
"\n",
|
108 |
"- `bitsandbytes` for quantization\n",
|
109 |
"- `peft`for LoRA adapters\n",
|
|
|
163 |
"id": "vBAkwg9zu6A1"
|
164 |
},
|
165 |
"source": [
|
166 |
+
"## Step 4: Import the libraries\n",
|
167 |
"\n",
|
168 |
"Don't forget to put your HF token."
|
169 |
]
|