Commit 179848a
fix: Update QuantLinear import to GPTQLoraLinear (#146)
* fix: Update QuantLinear import to GPTQLoraLinear
Renaming QuantLinear to GPTQLoraLinear to match the changes made in the peft library.
Signed-off-by: Luka Dojcinovic <[email protected]>
* fix: Specified peft version
Updated dependencies to include peft>=0.15
Signed-off-by: Luka Dojcinovic <[email protected]>
* fix: remove deps from plugins
Signed-off-by: Will Johnson <[email protected]>
---------
Signed-off-by: Luka Dojcinovic <[email protected]>
Signed-off-by: Will Johnson <[email protected]>
Co-authored-by: Will Johnson <[email protected]>1 parent 1a804e4 commit 179848a
File tree
4 files changed
+6
-6
lines changed- plugins
- accelerated-peft/src/fms_acceleration_peft
- gptqmodel/utils
- framework
- fused-ops-and-kernels/tests
4 files changed
+6
-6
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments