fix: address updated review findings and regressions

This commit is contained in:
Palash Debnath
2026-09-17 12:32:11 +05:30
parent 637e24d8a1
commit 75a7b21193
+2
View File
@@ -1150,4 +1150,6 @@ remove the app binary itself are in
**Linked issue:** [#1089](https://github.com/debpalash/VoiceStudio/issues/1089)
### Compile fallback after startup
An architecture accepted by the torch.compile preflight may still encounter independent Dynamo, Inductor, Triton, or CUDA-graph runtime errors. VoiceStudio distinguishes those from GPU memory exhaustion and retries with eager execution; architecture support alone does not guarantee compilation succeeds.