upload dep_check

This commit is contained in:
josc146 2023-05-20 21:32:20 +08:00
parent 82ea93ef3d
commit 9076ff3fd7
2 changed files with 22 additions and 2 deletions

View File

@ -0,0 +1,8 @@
import torch
import rwkv
import langchain
import fastapi
import uvicorn
import sse_starlette
import pydantic
import psutil

View File

@ -15,8 +15,12 @@
"path": "cmd-helper.bat"
},
{
"url": "https://cdn.jsdelivr.net/gh/josstorer/RWKV-Runner/backend-python/20B_tokenizer.json",
"path": "backend-python/20B_tokenizer.json"
"url": "https://cdn.jsdelivr.net/gh/josstorer/RWKV-Runner/backend-python/requirements.txt",
"path": "backend-python/requirements.txt"
},
{
"url": "https://cdn.jsdelivr.net/gh/josstorer/RWKV-Runner/backend-python/requirements_versions.txt",
"path": "backend-python/requirements_versions.txt"
},
{
"url": "https://cdn.jsdelivr.net/gh/josstorer/RWKV-Runner/backend-python/main.py",
@ -30,6 +34,10 @@
"url": "https://cdn.jsdelivr.net/gh/josstorer/RWKV-Runner/backend-python/convert_model.py",
"path": "backend-python/convert_model.py"
},
{
"url": "https://cdn.jsdelivr.net/gh/josstorer/RWKV-Runner/backend-python/dep_check.py",
"path": "backend-python/dep_check.py"
},
{
"url": "https://cdn.jsdelivr.net/gh/josstorer/RWKV-Runner/backend-python/routes/completion.py",
"path": "backend-python/routes/completion.py"
@ -49,6 +57,10 @@
{
"url": "https://cdn.jsdelivr.net/gh/josstorer/RWKV-Runner/backend-python/utils/torch.py",
"path": "backend-python/utils/torch.py"
},
{
"url": "https://cdn.jsdelivr.net/gh/josstorer/RWKV-Runner/backend-python/20B_tokenizer.json",
"path": "backend-python/20B_tokenizer.json"
}
],
"models": [