# Conflicts: # studio/backend/core/inference/diffusion.py # studio/frontend/src/features/images/images-page.tsx
427 B
427 B
- User asked:
What are the torch compile flags - did you enable CUDAGraphs and also see https://docs.pytorch.org/docs/stable/generated/torch.compile.html - Decision/context: Need verify or explain
torch.compileflags, specifically whether CUDAGraphs are enabled. - Pending: Inspect relevant code/config and compare against PyTorch
torch.compiledocs athttps://docs.pytorch.org/docs/stable/generated/torch.compile.html.