You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[None][test] Explicitly invalidate HF weight cache on grouped-test teardown
The per-worker HF raw-weight cache previously relied on the shared session's
worker processes exiting to be cleared. Make invalidation explicit: on
shared_llm_4gpu teardown (which runs before the session shuts down its
workers), submit clear_worker_weight_cache() to each worker. This closes the
'setup cache / teardown invalidate' loop instead of leaning on process death.
Signed-off-by: qgai <qgai@nvidia.com>
0 commit comments