Update README.md
Browse files
README.md
CHANGED
@@ -172,6 +172,8 @@ print(output)
|
|
172 |
}
|
173 |
```
|
174 |
|
|
|
|
|
175 |
# Training Code
|
176 |
|
177 |
```python
|
|
|
172 |
}
|
173 |
```
|
174 |
|
175 |
+
Note: If failing, you might need to add *offload_folder="some folder name"* when getting the PeftModel.
|
176 |
+
|
177 |
# Training Code
|
178 |
|
179 |
```python
|