Skip to content

Commit 58069e9

Browse files
hualxieshaahji
authored andcommitted
fix up
1 parent 3505708 commit 58069e9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.aitk/scripts/sanitize/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def main():
182182
if len(GlobalVars.errorList) == 0:
183183
# If the output is not empty, there are uncommitted changes
184184
if bool(result.stdout.strip()):
185-
printError("Please commit changes!")
185+
printError("There are changes after sanitize.py, please commit changes or fix them up!")
186186

187187
for filename, lineno, msg in GlobalVars.errorList:
188188
# Red text, with file and line number, clickable in terminal
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
datasets
21
# This file will be installed together with AITK runtime requirements
32
# For the full requirements, see AITK
3+
datasets
44
olive-ai
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
datasets
21
# This file will be installed together with AITK runtime requirements
32
# For the full requirements, see AITK
3+
datasets
44
olive-ai
55
torchvision

meta-llama-Llama-3.2-1B-Instruct/aitk/_copy.json.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"replace": "\"scale_estimation\": true"
5050
},
5151
{
52-
"find": "\"sensitivity_metric\": \"weight_quantization_error\",",
52+
"find": " \"sensitivity_metric\": \"weight_quantization_error\",\n",
5353
"replace": ""
5454
},
5555
{

0 commit comments

Comments
 (0)