Commit b2541a4
authored
Specify dataset version used by funeTuning workload (#5736)(#5738)
To workaround this issue when loading dataset when running qloar fineTuning nf4 case:
RuntimeError: Dataset scripts are no longer supported, but found viggo.py
* set use_cache=False in LLama2 fineTuning case
* fix datasets version to v3.6.0 in QLora fineTuning case1 parent bea75b2 commit b2541a4
File tree
2 files changed
+3
-1
lines changed- examples/gpu/llm
- bitsandbytes
- fine-tuning/Llama2
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
| 242 | + | |
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
| |||
0 commit comments