Update finetune_sample/README.md
Browse files
finetune_sample/README.md
CHANGED
@@ -40,8 +40,8 @@ The official documentation says to install from source, but sometimes that cause
|
|
40 |
If you can't get it to work, it might be better to wait until the stable version comes out.
|
41 |
Good luck!
|
42 |
|
43 |
-
If you encounter
|
44 |
-
|
45 |
|
46 |
- finetune.py gptq finetune sample file.
|
47 |
- jawiki3.csv sample data.(Japanese)
|
|
|
40 |
If you can't get it to work, it might be better to wait until the stable version comes out.
|
41 |
Good luck!
|
42 |
|
43 |
+
If you encounter ```RuntimeError: Unrecognized tensor type ID: AutocastCUDA```, check your torch version.
|
44 |
+
auto-gptq 0.4.2 with torch 2.1.0 can't work for me.
|
45 |
|
46 |
- finetune.py gptq finetune sample file.
|
47 |
- jawiki3.csv sample data.(Japanese)
|