From d2dfa7771ce6f1551d47cc4e198f35d75a26f0d1 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 30 Jul 2025 12:03:32 +0200 Subject: [PATCH] Add trajmamba project --- config/projects.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/projects.nix b/config/projects.nix index be6e1b4..bc5f986 100644 --- a/config/projects.nix +++ b/config/projects.nix @@ -107,5 +107,12 @@ description = "PCN-based ST prediction"; }; + trajmamba = { + template = "basic"; + name = "TrajMamba"; + codePath = "/Users/yanlin/Documents/Projects/Pre-trained Trajectory-Mamba/rebuttal"; + description = "Trajectory Mamba"; + }; + }; }