-
Hello, I'm trying to apply this to cv, using the code from Simple Vit give me this error.
![image](https://github.com/lucidrains/CoLT5-attention/assets/45538477/c800cfbb-5051-497e-a75d-0a22e2b33eb6)
…
-
The error message I received when applying `SmoothQuant` to the VIT model is as follows:
`ValueError: Number of values does not match tensor's size. Expected 1, but it is 3072. `
A reproducible co…
-
Hello. I’m very excited about the big V2 update and have managed to fine-tune your model on 5 hours of my high-quality data. However, I have a few questions:
1. I was using the Colab version here: …
-
### Describe the bug
Discount my poor command of the English language.
Vitamin documentation: https://github.com/CleverRaven/Cataclysm-DDA/tree/master/doc/VITAMIN.md
**I. Introduction**
In t…
-
The first time I tried to run a program with multiple source points, it was normal, but after a day or two, I ran it again and I got an error, in the middle I added VTK-related code, I thought there w…
-
### System Info
Transformers.js 3.0.1
running in node 18 using CommonJS
### Environment/Platform
- [ ] Website/web-app
- [ ] Browser extension
- [X] Server-side (e.g., Node.js, Deno, Bun)
- [ ] De…
-
使用官方提供的bert vits包推理, 内存持续增长; 而本项目不会, 做了哪方面的改进?
另外,如果启动该项目时只想使用bert vits的部分而不加载其他的模块, 我应该怎么做?
感谢作者开源
-
### Motivation
Task specific vision-models would perform better in that task rather than general purpose vision-model. So it would be better if we can simple pass our vision_model in the internvl m…
-
**Description**:
I'm attempting to load a pretrained model (ViT-B-16-SigLIP-i18n-256) entirely in offline mode within a Docker container and AWS Lambda environment. Despite setting the appropriate …
-
Whereas /v1/chat/completions succeeds , the same body /v1/embeddings returns a 404 for a similar body
I was hoping to get the embedding output vector for an image that uses the openbmb/MiniCPM-V-2…