How Much VRAM Required to Fine Tune XTTS V2 #3268
Unanswered
Priyanshu-hawk
asked this question in
General Q&A
Replies: 5 comments 6 replies
|
Did you try float16? |
1 reply
|
@Priyanshu-hawk I recommend to update nvidia driver. There new feature "CUDA – Sysmem Fallback Policy” in nvidia settings. I now on 3070 8Gb easilly finetuning. VRAM using show up to 17Gb in Task Manager. It's use half of RAM for VRAM. Really helped me a lot. On old nvidia driver I also previously got error pytorch like you |
3 replies
|
Hey, I'm trying to fine-tune the XTTS_v2 model, and even setting batch_size = 1 and other configurations, I'm getting an out-of-memory error due to lack of VRAM. I have 8GB of VRAM, and I trained the model for Tortoise without any problems. It seems to me that the code might have been incorrectly rewritten... |
2 replies
where can I change? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
I am using RTX 3060 12GB VRAM.
I am trying fine tune a xtts v2 with its default settings.
xtts_v2 training file - https://github.com/coqui-ai/TTS/blob/dev/recipes/ljspeech/xtts_v2/train_gpt_xtts.py
I got Out Of Memory Error with:
I got Out Of Memory Error with:
It is Working with
And I think BTACH_SIZE=1 is very bad for fine tuning.
So, Pls guide me what settings should i change to fine tune with batch_size 2 or 3 on. Or is it possible to fine tune with batch_size 2 or 3 on GPU With 12Gbs of VRAM?
All reactions