-
Hello,
Thank you again for your excellent package! I have encountered an issue when running the simulation_training_ZINB function, and I would like to bring it to your attention.
**Context:**
I…
-
Thank you for sharing the great work. I ask for some mismatch between the current codebase and arXiv technical report.
1. SlowFast mode
* Is slowfast representation only used for inference time,…
-
在合并7b-hf与奖励模型,sft模型,policy 模型的时候都报错。
Naive integrity check failed. This could imply that some of the checkpoint files are corrupted.
每个模型我都下载两遍,模型本身应该没问题,应该是哪出了问题。
-
Hi, Zhengyang:
Nice work and thank you so much for sharing the codebase.
I notice that this codebase requires a pertaining model from edm to work as initialization. What if I want to run eCM on …
-
模型:https://modelscope.cn/models/OpenBMB/MiniCPM-V-2_6
通常,多模态大模型微调会使用自定义数据集进行微调。在这里,我们将展示可直接运行的demo。
在开始微调之前,请确保您的环境已准备妥当。
```bash
git clone https://github.com/modelscope/swift.git
cd swift
…
-
### Your current environment
docker images :vllm/vllm-openai:latest
### 🐛 Describe the bug
`docker run --runtime nvidia --gpus all -v ~/.cache/huggingface:/root/.cache/huggingface -v /mnt/ddata…
-
installed on windows, as follows:
```
cd
py -3.12 -m venv venv_sdbx
./venv_sdbx/Scripts/activate
python -m pip install pip --upgrade
cd
mkdir sdbx
cd sdbx
git clone https://github.com/darksha…
-
**Describe the bug**
When running `load_all()` or `select_related()` on model with foreign model with ormar.JSON() field, we see a pydantic validation error.
**To Reproduce**
```python
import as…
-
I'm getting an error when saving the image with this checkpoint: https://civitai.com/models/673188
I'm using the `Load Diffusion Model` to load the checkpoint.
It saves fine with the normal save…
-
### Describe the issue
I have trained a model (1 inputs node (1x12), 3 outputs but i'm only interessed by the first one) and it behave well when I'm using a python inference. When I switched to C++…