Skip to content

Commit 3ccc473

Browse files
Squashed 'tinyml-agent-skills/' changes from e48ef1a..de8af16d
de8af16d Pull request #45: https://jira.itg.ti.com/browse/TINYML_ALGO-698 REVERT: e48ef1a Pull request #14: TINYML_ALGO-711: fixing readme REVERT: 16fc6a6 TINYML_ALGO-711: fixing readme REVERT: e3639d2 Pull request #13: removing pycache REVERT: f8bb3b7 removing pycache REVERT: dd38428 Pull request #12: restructuring agent skill REVERT: ff02a0e restructuring agent skill REVERT: d26c6a5 Pull request #11: fixing tiny ml name REVERT: 640ffd3 fixing tiny ml name REVERT: 4ee3a19 Pull request #10: 2026/pranav a REVERT: be83fc6 minor fixes REVERT: e3a5700 removed assets, included autoMP quant REVERT: 1af575a Pull request #9: correcting npu devices list REVERT: 31e9eb1 correcting npu devices list REVERT: 59b209b Pull request #8: improving readme REVERT: 8c3260b improving readme REVERT: 668916f Pull request #7: improving readme REVERT: 68686b3 improving readme REVERT: 814316e Pull request #6: fixes to readme and marketplace json REVERT: e4bc0b4 fixes to readme and marketplace json REVERT: 6a64208 Pull request #5: fixes to readme REVERT: 0f9c868 fixes to readme REVERT: 52f95ff Pull request #4: 2026/pranav a REVERT: 443295d fixes to readme REVERT: 1881112 fixes to readme and marketplace json REVERT: 229ab57 Pull request #3: 2026/pranav a REVERT: 6519104 minor readme fix REVERT: 38e9f9f minor readme fix REVERT: db81f81 Pull request #2: minor readme fix REVERT: 1c0737a minor readme fix REVERT: 0a0c02d Pull request #1: minor readme fix REVERT: b682335 minor readme fix REVERT: 062eb39 Initial Commit git-subtree-dir: tinyml-agent-skills git-subtree-split: de8af16d9e23de3e9bda3d811a0ebdece1178260
1 parent e48ef1a commit 3ccc473

281 files changed

Lines changed: 25686 additions & 9791 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude-plugin/marketplace.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

.gitignore

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
/.pkl_memoize_py3/
2+
build/
3+
dist/
4+
torchvision.egg-info/
5+
torchvision/version.py
6+
*/**/__pycache__
7+
*/__pycache__
8+
*/*.pyc
9+
*/**/*.pyc
10+
*/**/**/*.pyc
11+
*/**/*~
12+
*~
13+
data/
14+
*.egg-info/
15+
16+
docs/build
17+
# sphinx-gallery
18+
docs/source/auto_examples/
19+
docs/source/gen_modules/
20+
docs/source/generated/
21+
docs/source/models/generated/
22+
# pytorch-sphinx-theme gets installed here
23+
docs/src
24+
25+
.coverage
26+
htmlcov
27+
.*.swp
28+
*.so*
29+
*.dylib*
30+
*/*.so*
31+
*/*.dylib*
32+
*.swp
33+
*.swo
34+
gen.yml
35+
.mypy_cache
36+
.vscode/
37+
.idea/
38+
*.orig
39+
*-checkpoint.ipynb
40+
*.venv
41+
*.pyc
42+
test_logs/
43+
## Xcode User settings
44+
xcuserdata/
45+
46+
# direnv
47+
.direnv
48+
.envrc
49+
50+
data/
51+
!data/datasets/readme.txt
52+
!data/checkpoints/readme.txt
53+
!data/downloads/readme.txt
54+
# Added by code-review-graph
55+
.code-review-graph/

0 commit comments

Comments
 (0)