embed all core dependencies

This commit is contained in:
josc146 2023-05-29 20:14:42 +08:00
parent b4efce15f4
commit 55bb33bcbb
5 changed files with 32323 additions and 12 deletions

2
.gitignore vendored
View File

@ -10,8 +10,6 @@ __pycache__
/cache.json
/frontend/stats.html
/frontend/package.json.md5
/backend-python/get-pip.py
/backend-python/.get-pip.py
/py310
*.zip
/cmd-helper.bat

32321
backend-python/get-pip.py Normal file

File diff suppressed because it is too large Load Diff

View File

@ -11,16 +11,8 @@
"localModelDir": "models",
"programFiles": [
{
"url": "https://cdn.jsdelivr.net/gh/josstorer/RWKV-Runner@master/backend-python/rwkv_pip/.rwkv_vocab_v20230424.txt",
"path": "backend-python/rwkv_pip/rwkv_vocab_v20230424.txt"
},
{
"url": "https://cdn.jsdelivr.net/gh/josstorer/RWKV-Runner@master/backend-python/rwkv_pip/.20B_tokenizer.json",
"path": "backend-python/rwkv_pip/20B_tokenizer.json"
},
{
"url": "https://cdn.jsdelivr.net/gh/pypa/get-pip/public/get-pip.py",
"path": "backend-python/get-pip.py"
"url": "",
"path": ""
}
],
"models": [