From 2a3ba3eb25b196155593172a61d4a876375ee55e Mon Sep 17 00:00:00 2001 From: Kye Date: Tue, 26 Dec 2023 23:11:50 -0500 Subject: [PATCH] [zeta.models][testnames] --- tests/models/{andromeda.py => test_andromeda.py} | 0 tests/models/{basemodel.py => test_basemodel.py} | 0 tests/models/{gpt4.py => test_gpt4.py} | 0 tests/models/{gpt4multimodal.py => test_gpt4multimodal.py} | 0 tests/models/{llama2.py => test_llama2.py} | 0 tests/models/{maxvit.py => test_maxvit.py} | 0 tests/models/{megavit.py => test_megavit.py} | 0 tests/models/{navit.py => test_navit.py} | 0 tests/models/{palme.py => test_palme.py} | 0 tests/models/{vit.py => test_vit.py} | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename tests/models/{andromeda.py => test_andromeda.py} (100%) rename tests/models/{basemodel.py => test_basemodel.py} (100%) rename tests/models/{gpt4.py => test_gpt4.py} (100%) rename tests/models/{gpt4multimodal.py => test_gpt4multimodal.py} (100%) rename tests/models/{llama2.py => test_llama2.py} (100%) rename tests/models/{maxvit.py => test_maxvit.py} (100%) rename tests/models/{megavit.py => test_megavit.py} (100%) rename tests/models/{navit.py => test_navit.py} (100%) rename tests/models/{palme.py => test_palme.py} (100%) rename tests/models/{vit.py => test_vit.py} (100%) diff --git a/tests/models/andromeda.py b/tests/models/test_andromeda.py similarity index 100% rename from tests/models/andromeda.py rename to tests/models/test_andromeda.py diff --git a/tests/models/basemodel.py b/tests/models/test_basemodel.py similarity index 100% rename from tests/models/basemodel.py rename to tests/models/test_basemodel.py diff --git a/tests/models/gpt4.py b/tests/models/test_gpt4.py similarity index 100% rename from tests/models/gpt4.py rename to tests/models/test_gpt4.py diff --git a/tests/models/gpt4multimodal.py b/tests/models/test_gpt4multimodal.py similarity index 100% rename from tests/models/gpt4multimodal.py rename to tests/models/test_gpt4multimodal.py diff --git a/tests/models/llama2.py b/tests/models/test_llama2.py similarity index 100% rename from tests/models/llama2.py rename to tests/models/test_llama2.py diff --git a/tests/models/maxvit.py b/tests/models/test_maxvit.py similarity index 100% rename from tests/models/maxvit.py rename to tests/models/test_maxvit.py diff --git a/tests/models/megavit.py b/tests/models/test_megavit.py similarity index 100% rename from tests/models/megavit.py rename to tests/models/test_megavit.py diff --git a/tests/models/navit.py b/tests/models/test_navit.py similarity index 100% rename from tests/models/navit.py rename to tests/models/test_navit.py diff --git a/tests/models/palme.py b/tests/models/test_palme.py similarity index 100% rename from tests/models/palme.py rename to tests/models/test_palme.py diff --git a/tests/models/vit.py b/tests/models/test_vit.py similarity index 100% rename from tests/models/vit.py rename to tests/models/test_vit.py