Alexkerl
Alexkerl
the structure is bert embedding + Transformer decoder +PGN?
实验数据无法复现
如题,按照readme步骤走下来之后,迭代30万次,loss最少是3点.多,Rouge-1连0,25都没达到
I set CUDA_VISIBLE_DEVICES=0,1,2,3 but but it only calculates on single GPU
### 📦 Environment Docker ### 📌 Version newest ### 💻 Operating System Ubuntu ### 🌐 Browser Chrome ### 🐛 Bug Description 运行 docker compose up 报错lobe-casdoor | 2024/12/27 06:09:32 Starting...
**问题描述 / Problem Description** 按照docs/install/README_docker.md部署后正常使用,重启后使用xinference界面,再次加载缓存模型,出现如下错误:OSError: [address=0.0.0.0:39697, pid=93] /root/.xinference/cache/qwen2-instruct-pytorch-1_5b does not appear to have a file named config.json. Checkout 'https://huggingface.co//root/.xinference/cache/qwen2-instruct-pytorch-1_5b/tree/None' for available files. docker-compose.yaml配置如下: ``` version: '3.9' services: xinference: image: xprobe/xinference:v0.12.3...