jolly-florist-66728
10/22/2024, 9:26 PMResources
parameter in the task decorator to specify GPU requirements. For example, @task(requests=Resources(gpu="1"))
. Check if the GPU is correctly configured and accessible by the container. Use nvidia-smi
inside the container to confirm GPU visibility.
If using Elastic, ensure it's configured for single GPU use. Elastic is typically for distributed training, but it can be used with a single GPU. Check logs for task execution details. Would you like more detail?
Sources:
- Flyte PyTorch Example
- Flyte GPU Configuration Discussion
Slack Link
https://.slack.com/archives/CP2HDHKE1/p1729632356.807919 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.