MissMoon本地部署了个laya,内网穿透出来给佬友们玩玩 中发帖

用的是cpolar内网穿透,机器配置是移动端的4070,显存占用7g左右,本地测试单次调用100ms左右 
示例调用: 
curl -X POST “https://6c2b0c47.r8.cpolar.cn/v1/predict”      -H “Content-Type: application/json”      -d ‘{ 
“state”: “中午想吃油炸的食物!”, 
“questions”: { 
“department”: { 
“type”: “choice”, 
“instructions”: “用户中午想吃什么食物?”, 
“criteria”: { 
“damage”: “汉堡”, 
“logistics”: “炸鸡”, 
“other”: “其他” 
} 
}, 
“is_urgent”: { 
“type”: “noul”, 
“instructions”:...
 
 
Back to Top