Open 2000ZRL opened 7 months ago
Hello @2000ZRL Thank you for your interest in our work.
For Video text datasets: For llama2: You can use A100 with 80GB with batch size=4 or V100 with batch size=1 (Minimum GPU RAM is 32GB)
For Mistral: You can only use A100 with 80GB with batch size=1 (Minimum GPU RAM is 80 GB)
Thanks for your reply? Could you please also tell me the training time cost for different model variants, e.g., llama2/mistral
Hello @2000ZRL Thank you for your interest in our work.
For Video text datasets: For llama2: You can use A100 with 80GB with batch size=4 or V100 with batch size=1 (Minimum GPU RAM is 32GB)
For Mistral: You can only use A100 with 80GB with batch size=1 (Minimum GPU RAM is 80 GB)
Hi, when I use multi gpus like 2 piece of L20 (single GPU RAM is 46GB), but I found it still OOM with bs=4. I wonder do we have supportted TP mode for model tuning or just DP supportted?
What an excellent work! Could you please share the GPU requirement (number and memory) for pretraining and instruction tuning? Thanks.