-
### What happened?
I installed devbox as per the documentation and then added few global packages. After that when I ran `devbox global list` I was getting the following warning
```
Warning: devb…
-
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
Cell In[23], line 1
----> 1 model.fit(
…
-
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
Cell In[16], line 3
1 generate_text = I…
-
Repro:
```
from functools import partial
from typing import Any, Callable, Iterable, Optional, Tuple
from contextlib import nullcontext
import torch
import torch.nn as nn
from torch.autogra…
-
hey, while running on 4bit quantized model from https://huggingface.co/ThetaCursed/Ovis1.6-Gemma2-9B-bnb-4bit i am getting the following error
```
{
"name": "RuntimeError",
"message": "self an…
-
### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?
- [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions
### 该问题是否在FAQ中有解答? | Is there an existing ans…
-
Hello, how is this problem solved?
TypeError Traceback (most recent call last)
Cell In[4], line 13
10 model.apply_found = True
12 # run segmentation
--->…
-
when i run samesh on obj object, i mee
**
Rendering Multiviews...: 100%|██████████| 12/12 [00:02 [642](https://file+.vscode-resource.vscode-cdn.net/home/easter/pting/project/omini6dpose/code/samesh-…
-
I dont know why whenever i set use_dora = True it always give me this error when i train:
`RuntimeError Traceback (most recent call last)
Cell In[26], line 1
----> 1 tr…
-
As already mentioned in #3145, I'd like to propose global hooks. I created this issue to open discussions just to this topic as I think it is a really interesting approach and could help in many cases…