Commit ·
cee8371
1
Parent(s): 79e7fc9
Add WIP note to README
Browse filesCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- .claude/settings.local.json +7 -1
- README.md +2 -0
.claude/settings.local.json
CHANGED
|
@@ -7,7 +7,13 @@
|
|
| 7 |
"Bash(/dev/null -exec ls -lh {} ;)",
|
| 8 |
"Bash(git lfs track:*)",
|
| 9 |
"Bash(git add:*)",
|
| 10 |
-
"Bash(git commit:*)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
]
|
| 12 |
}
|
| 13 |
}
|
|
|
|
| 7 |
"Bash(/dev/null -exec ls -lh {} ;)",
|
| 8 |
"Bash(git lfs track:*)",
|
| 9 |
"Bash(git add:*)",
|
| 10 |
+
"Bash(git commit:*)",
|
| 11 |
+
"Bash(pip show:*)",
|
| 12 |
+
"Bash(git remote add:*)",
|
| 13 |
+
"Bash(git pull:*)",
|
| 14 |
+
"Bash(git checkout:*)",
|
| 15 |
+
"Bash(git lfs migrate:*)",
|
| 16 |
+
"Bash(git stash:*)"
|
| 17 |
]
|
| 18 |
}
|
| 19 |
}
|
README.md
CHANGED
|
@@ -8,6 +8,8 @@ tags:
|
|
| 8 |
license: mit
|
| 9 |
---
|
| 10 |
|
|
|
|
|
|
|
| 11 |
# Supertonic-2 QNN Inference
|
| 12 |
|
| 13 |
<audio controls src="https://huggingface.co/dev-ansh-r/supertonic2-qualcomm-quantized/resolve/main/output/custom.wav"></audio>
|
|
|
|
| 8 |
license: mit
|
| 9 |
---
|
| 10 |
|
| 11 |
+
## Note: This repository is a work in progress. The README will be updated with more details on the QCS6490 porting process, model architecture, and calibration data generation workflow in the coming weeks. Please check back for updates!
|
| 12 |
+
|
| 13 |
# Supertonic-2 QNN Inference
|
| 14 |
|
| 15 |
<audio controls src="https://huggingface.co/dev-ansh-r/supertonic2-qualcomm-quantized/resolve/main/output/custom.wav"></audio>
|