upload dep_check
This commit is contained in:
parent
82ea93ef3d
commit
9076ff3fd7
8
backend-python/dep_check.py
Normal file
8
backend-python/dep_check.py
Normal file
@ -0,0 +1,8 @@
|
||||
import torch
|
||||
import rwkv
|
||||
import langchain
|
||||
import fastapi
|
||||
import uvicorn
|
||||
import sse_starlette
|
||||
import pydantic
|
||||
import psutil
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user