-
Cloned the repo, and spun up the example project on macos, and I get the error:
`error loading model: check_tensor_dims: tensor 'token_embd.weight' not found`
After selecting a gguf file and cli…
-
I am trying compile LLaVA 1.5 7B to Neuron. As far as I can tell, the way to do this is to select some specific inputs and then trace the model execution with those inputs. However, when I try to trac…
-
I am trying to quantize an image into a tensor of indices, then decode from it, but I am getting float latents.
My full code:
```py
from huggingface_hub import hf_hub_download
from diffusers import V…
-
# Brief describe
add shape mismatch for this input variation
```
"Tensor self = ?", "Tensor other = 0.0"
```
Run [`pytest tests/pattern/test_add_shape_mismatch.py`](https://github.com/tenstorrent/pyt…
-
按照 readme的方式准备的环境,进行inference 报错:
Traceback (most recent call last):
File "/mnt/localdisk/tanm/miniconda/envs/table_llava/lib/python3.10/site-packages/transformers/feature_extraction_utils.py", li…
-
Hi, i ran into a problem with image shapes. I use mindspore-cpu and computation time on cpu is really long.
Question: Model input is tensor with shape [n_views, ... 3, 1920, 1056], how can i reduce…
-
### Describe the issue
Issue: Lora finetuning with Zero2.json and also Zero3.json. During finetuning, train and validation loss are reducing but when I see the weights in saved model checkpoint, it h…
-
# Error
```
preprocess = transforms.Compose([
transforms.Normalize(
mean=[0.485, 0.456, 0.406],
std=[0.229, 0.224, 0.225]
)])
img = Image.open("bobby.jpg")
img_t = …
-
Hello,
I had a question regarding running the segmentation module on images that have more than three channels.
I know maskDINO is built for RGB, but are you able to pass in an image of more tha…
-
Hello! I have recently been trying to train my mesh to ground truth by using the normals of some images in the COLMAP dataset, specifically, the camera information that provides each view in the datas…