← Back to events
ActiveAIRelease

trunk/9eba61fe1215b75d0bd6e902a121683f9bbe126e: [precompile] Add load() over an on-disk artifact pair (#198213)

What happened

Problem. After the switch from a callable to a module, torch.compiler.precompile had no entry point: a capture could write its (python_code, cache) pair to disk, but nothing public could read that pair back and run it. Fix. Add torch.compiler.precompile.load(artifact_path, cache_path) , the consuming half, over the loader core the switch kept. Summary. The module switch left torch.compiler.precompile with no entry p…

Summary assembled by rule from the sources below

Why it's spreading

Sources