From d076024620cd4680ec21d0bb8c67361d53971012 Mon Sep 17 00:00:00 2001 From: SrGonao Date: Tue, 13 Feb 2024 16:11:10 +0100 Subject: [PATCH] Moving stuff to the correct place --- src/delphi/{train => }/llama2.py | 0 src/delphi/{train => }/mamba.py | 0 src/delphi/train/llama2c | 1 - 3 files changed, 1 deletion(-) rename src/delphi/{train => }/llama2.py (100%) rename src/delphi/{train => }/mamba.py (100%) delete mode 160000 src/delphi/train/llama2c diff --git a/src/delphi/train/llama2.py b/src/delphi/llama2.py similarity index 100% rename from src/delphi/train/llama2.py rename to src/delphi/llama2.py diff --git a/src/delphi/train/mamba.py b/src/delphi/mamba.py similarity index 100% rename from src/delphi/train/mamba.py rename to src/delphi/mamba.py diff --git a/src/delphi/train/llama2c b/src/delphi/train/llama2c deleted file mode 160000 index bd5c1adc..00000000 --- a/src/delphi/train/llama2c +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bd5c1adc8a5606db16c069029ee4c6027363a7a8