-
# Bug Report
### Is the issue related to model conversion?
No.
### Describe the bug
The infer_shapes call creates a blank graph.
I export microsoft/Phi-3-mini-4k-instruct from the HF hub…
carzh updated
6 months ago
-
Thanks for your great work.
I am trying to load large model ./icassp_sasb_ckpts/SpeechCLIP+/large/flickr/cascaded/model.ckpt by using example.py(However, it loads base model, there is no error). It…
-
How to load a model locally, like in the following example
```
dinov2_vitb14 = torch.hub.load('facebookresearch/dinov2', 'dinov2_vitb14')
```
-
Issue:
SPHINX Tiny 1k seems to output gibberish responses for any image. Raising temperature allows for even more gibberish while lowering lessens gibberish.
Initially tried all the model checkpoi…
-
Is this line correct? I got errors like below from that line of code.
```
# Path to InstantID models
face_adapter = f'./checkpoints/ip-adapter.bin'
controlnet_path = f'./checkpoints/ControlNet…
-
## Update
I've done some digging and this only seems to affect v3.8. Downgrading to v3.7 fixes the problem.
The only 3.8 version I've tried is 3.8.2 so I'm unsure if 3.8.0 / 3.8.1 are also affecte…
-
Hi when I am running gvcnn_train.py I ma getting the below error. Any suggestions to remove this error.
torch.Size([64, 1536])
Traceback (most recent call last):
File "gvcnn_train.py", line 107…
-
Hi, on windows I am getting the following error when i use add brush
`loading in lowvram mode 64.0
0%| | 0/20 [00:00
-
my setup.py:
```
import sys
sys.setrecursionlimit(5000)
import ruamel.yaml
from setuptools import setup
APP = ['webui.py']
DATA_FILES = []
OPTIONS = {
'argv_emulation': False,
…
v3ucn updated
3 months ago
-
There are some issues with the load_state_dict_from_url function.
- the current import won't work for torch 2.0. The API has evolved and the function is now within the torch.hub module. (line 3 of …