giangireds commited on
Commit
9a463ef
·
verified ·
1 Parent(s): 82327a7

Update bonus-unit1/bonus-unit1.ipynb

Browse files

fixed two typos on "libraries"

Files changed (1) hide show
  1. bonus-unit1/bonus-unit1.ipynb +2 -2
bonus-unit1/bonus-unit1.ipynb CHANGED
@@ -103,7 +103,7 @@
103
  "source": [
104
  "## Step 2: Install dependencies 📚\n",
105
  "\n",
106
- "We need multiple librairies:\n",
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 librairies\n",
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
  ]