Commit 95d0c24
authored
Bump up torch nightly version (#437)
This commit bumps up torch nightly version.
It includes some changes to resolve errors caused by bump-up.
- Remove PT2E Qunatization.
- torch has introduced a new library "torchao" that includes pt2e related codes.
- pt2e quantization was introduced to TICO for test purposes.
- Which means it doesn't have users.
- Keep tracking the new library is too burden to have pt2e features in TICO.
- Replace PT2E related codes with the codes using `wrapq`.
- Suppress future warnings caused by torch.
- minor changes that are needed according to the bump-ups.
TICO-DCO-1.0-Signed-off-by: seongwoo <mhs4670go@naver.com>1 parent e49ffdb commit 95d0c24
File tree
44 files changed
+176
-2142
lines changed- infra/dependency
- test
- pt2_to_circle_test
- pt2_to_qcircle_test
- quantization
- algorithm
- pass
- unit_test/quantization_test
- tico
- quantization
- algorithm
- gptq
- pt2e
- annotation
- op
- transformation
- config
- wrapq
- serialize/operators
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
44 files changed
+176
-2142
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
115 | | - | |
| 116 | + | |
| 117 | + | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments