-
Hi there,
Thank you for the great work!
I have some problem.
In the Google colab environment
```
!git clone https://github.com/FasterDecoding/Medusa.git
%cd Medusa
!pip install -e .
!pyth…
-
Hi, Thanks for authors great doker environment for bu feature extraction.
However, I find it cannot use the multiply GPUs by using CUDA_VISIBLE_DEVICES=0,1,2,3 in docker?
And I check the extract.py …
-
Hi, thanks for releasing your code soon after your paper and for making your evaluations easy to reproduce! Could you please provide more detail on how you extracted the Detectron features? I don't se…
-
### System Info / 系統信息
CUDA Version: 12.2
Transformers:4.45.1
Python:3.10.12
操作系统:ubuntu
vllm:0.6.2
### Who can help? / 谁可以帮助到您?
_No response_
### Information / 问题信息
- [X] The official exa…
-
Whenever we call `SentenceTransformer(model_name)`, it downloads the pre-trained model from the server locally. But this happens during the runtime. I want to run this in a docker container and I want…
-
```
INFO:mteb.cli:Running with parameters: Namespace(model='laion/CLIP-ViT-B-16-DataComp.XL-s13B-b90K', task_types=None, categories=None, tasks=['BLINKIT2IRetrieval'], languages=None, device=None, ou…
-
Is this the correct JSON ? Could you point out the way to download the weights ?
I should also point out that I ported your PyTorch code to TensorFlow. Changes are minimal though.
`{
"module"…
-
## ❓ Questions and Help
您好,我使用bottom up attention(来源:https://github.com/airsplay/py-bottom-up-attention,我对它的理解是用faster rcnn在VG数据集上预训练)对整个coco2014数据集做测试,获得了gt-box和每个box对应的label,每个box用一个2048维的向量表示视觉特征,…
-
Hi guys, I am trying to generate my own features.tsv and labels.tsv for my dataset, but I am stuck at the following:
1. I have a slight confusion regarding what exactly these features are. Upon r…
-
Hi, can you share the code for reproducing GenB + LXMERT numbers reported in the paper? Thanks!