-
TODO:
- [ ] add weights conversion script here - https://github.com/keras-team/keras-hub/tree/master/tools/checkpoint_conversion
- [ ] Verify output with real inputs
- [ ] provide a working colab…
-
# Installation Guide
For those running into issues with installation, here’s a streamlined guide! This has been tested on the following container:
- **Container**: `runpod/pytorch:2.0.1-py3.10-cud…
-
Add https://huggingface.co/black-forest-labs/FLUX.1-dev to KerasHub
TODO:
- [ ] Add backbone
- [ ] add task model
- [ ] add weights conversion script
- [ ] demo colab to verify result
-
Hi,
I try to use my LoRA weights that I got from PEFT using NeMo Framework container (with tp=pp=2, 4 gpus) with TensorRT-LLM ModelRunner (the [TensorRT-LLM/examples/run.py](https://github.com/NVIDIA…
-
### Describe the bug
Code:
```_t1.py
from TTS.api import TTS
tts = TTS(model_name="voice_conversion_models/multilingual/vctk/freevc24", progress_bar=False).to("cuda:2")
tts.voice_conversion_to_…
-
Hi, just wanted to share this conversion script as part as a PR to integrate LLava-onevision into the transformers package: https://github.com/zucchini-nlp/transformers/blob/llava-onevision/src/transf…
-
Hey, I've fine tuned mello tts for indian accent and a few indian languages. I wanted to use the weights in the tone converter but realized voice_conversion expects the averaged tensor values for sour…
-
May I ask why the need of Tinygrad for the weights conversions? The script seems to be dumping them with np afterwards is read by tinygrad.
-
I'm experiencing an issue when using DeepSpeed's universal checkpointing. After converting my DeepSpeed checkpoint to a universal checkpoint using `ds_to_universal.py`, resuming training from the co…
-
Currently preprocessing for Conv2d weights, to convert from the format that PyTorch uses to the format that TTNN expects, is done on the host.
This makes loading large network, like Stable Diffusi…