-
### Describe the bug
Unable to use flux fp8 model from `Kijai/flux-fp8` while having transformer_flux.py file in local. I have modified the scripts to remove any import error. I put some print stat…
-
Hi! I have been using torch_tensorrt for speedup of pytorch models and have been loving it. But sometimes i face problems while conversion.
In this case, i was using segmentation-models-pytorch(sm…
-
We now save models using torch.save() and torch.load(). This is the recommended way for pytorch as far as I could find: https://pytorch.org/tutorials/beginner/saving_loading_models.html#:~:text=Saving…
-
(textgen) C:\Users\35934>python -m flexgen.flex_opt --model facebook/opt-1.3b
Downloading (…)okenizer_config.json: 100%|████████████████████████████████████████████████████| 685/685 [00:00
-
2024-08-31 12:49:22,685] [INFO] [real_accelerator.py:203:get_accelerator] Setting ds_accelerator to cuda (auto detect)
[2024-08-31 12:49:22,685] [INFO] [real_accelerator.py:203:get_accelerator] Setti…
-
I'm implementing the API on a website. I made a code that loads the model I trained and predicts on some images, but every time I load the model, the model start downloading the encoder weights. This …
-
What should I specify for the `test_model_name_or_path`? Should it be `./checkpoints/raat/best_checkpoint.bin`? When I set it to this path, I encounter the following error:
```
huggingface_hub.erro…
-
### Describe the bug
**Problem:**
When the "officially provided" example (see https://github.com/huggingface/diffusers/blob/a785992c1d6fcb1ff66f8a0d68d09a0a81b909e8/src/diffusers/pipelines/ledits_pp…
-
I am interested in utilizing your work for a project. So, the actual use include training to a custom dataset and using the model to infer masks afterwards. I couldn't find any direct information rega…
-
I've saved the waveglow model file `nvidia_waveglowpyt_fp32_20190306.pth` locally. Now I'm loading the model using the following:
```
waveglow = torch.load(waveglow_pt) # waveglow_pt is the path t…