-
AttributeError: 'DataParallel' object has no attribute 'device'
Traceback:
Skipping iteration due to error: Caught RuntimeError in replica 0 on device 0.
Original Traceback (most recent call last…
-
您这个是调用的在线模型吧,离线环境可以使用吗,或者说把resnet50下载到本地,调用本地模型
-
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Reada…
-
```
/usr/local/lib/python3.10/dist-packages/transformers/utils/generic.py:441: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_nod…
-
### 🚀 The feature, motivation and pitch
**TL;DR**: Extend torch hub to better support cloud serving and edge deployment by:
1. Extend the `hubconf.py` as an entrypoint for serving and deployment, …
-
Hello,
I get an error when trying to compile flash attention for ROCm using PyTorch 2.5.1 (but for some reason, PyTorch 2.4.1 works okay).
I'm using an AMD MI250X GPU.
Here's a minimal exampl…
-
I'm trying to get DINO ViT model from huggingface transformers running through Turbine. Here is the code I'm using to make it work on turbine. It's based on the sd_inference code in the repo.
```pyth…
-
```
Blurrer started!
Worker started
Traceback (most recent call last):
File "/home/niels/Documents/DashcamCleaner/dashcamcleaner/src/blurrer.py", line 158, in run
new_detections = self.dete…
-
import logging
import os
import json
import torch
from datasets import load_from_disk
from transformers import TrainingArguments
from trl import SFTTrainer
from unsloth import FastLanguageModel…
-
### What happened + What you expected to happen
Reopening this issue: https://github.com/ray-project/ray/issues/41973. I have included additional comparative scripts where quite literally the only …