Skip to content

Commit b4f4729

Browse files
tools for weight quantization
1 parent e95dd35 commit b4f4729

File tree

5 files changed

+537
-0
lines changed

5 files changed

+537
-0
lines changed

tools/quantize/package-lock.json

Lines changed: 376 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/quantize/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"scripts": {
3+
"start": "node server.js"
4+
},
5+
"author": "justadudewhohacks",
6+
"license": "MIT",
7+
"dependencies": {
8+
"express": "^4.16.3",
9+
"file-saver": "^1.3.8"
10+
}
11+
}

0 commit comments

Comments
 (0)