From 414379f1f7ebf1a01bb6f94b5b46c079244c6722 Mon Sep 17 00:00:00 2001 From: Severin Magel <116261790+sevmag@users.noreply.github.com> Date: Sat, 1 Aug 2026 23:48:50 -0400 Subject: [PATCH] Update graphnet frame path in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6282a58..8037e57 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ core you choose your frame: (backbone, task, optimizer, scheduler, callbacks, trainer, data) through the launcher in `examples/`; every component is swapped by a config override instead of a code change, with or without graphnet. -- **Use the graphnet frame.** `spine_graphnet` provides the DeepIce backbone +- **Use the graphnet frame.** `integrations/spine_graphnet` provides the DeepIce backbone and a reader adapter over graphnet's datasets, and the emitted encoders load straight into graphnet's benchmarks.