-
As this hasn't been updated in a few years I suspect it's no longer maintained but figured I'd cross my finders and ask the question!
-
there's pretrained one from Nvidia on torch hub - but it does not deserialize without GPU
convert to CPU and upload somewhere
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
### 🐛 Describe the bug
Hello ,
I have two h100 devices. I'm running an application via DeepSpeedChat. I ran LLama2-Chat-hf 3 4 times before and finished the training. Either the training starts …
-
Successfully installed library-0.0.0
ERROR: Could not find a version that satisfies the requirement xformers==0.0.26.dev778 (from versions: 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0…
wzgrx updated
2 months ago
-
I am currently facing some issues, regarding trying to put into PIT a predefined model from pytorch hub. Currently i ve faced multiple issues, such as, for annotation.py, line 255, n.meta has no key "…
-
Hi, I'm training a model (essentially copied from https://huggingface.co/blog/unsloth-trl#unsloth--trl-integration):
```python
import torch
from trl import SFTTrainer
from transformers import Tr…
-
like this
```
en2de = torch.hub.load('pytorch/fairseq', 'transformer.wmt19.en-de',
checkpoint_file='model1.pt:model2.pt:model3.pt:model4.pt',
tokeni…
-
## 🚀 Feature
Implement YOLO v5 from `torch.hub`.
This library removes such `dataset` abstraction and aims to provides a clean modular interface to models.
Some key points to note: -
1. YOLO Ac…
-
Hi,
I am using your online model for point tracking. and I want to process a video. I want to set up specific queries in one of the middle frame and try to use backward tracking. here is my code:
…