Skip to content

Commit

Permalink
easier to just use an include list at this point
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiegel95 authored and wgifford committed Jan 8, 2025
1 parent cf1aac1 commit f192485
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions services/inference/tests/test_inference_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,7 @@
# SERIES_LENGTH = 512
FORECAST_LENGTH = 96


MODEL_IDS = [
os.path.basename(dirpath)
for dirpath, _, _ in os.walk("./mytest-tsfm")
if ".git" not in dirpath and "./mytest-tsfm" != dirpath and "finetuned" not in dirpath and "figures" not in dirpath
]

MODEL_IDS = ["ttm-1024-96-r1", "ttm-1024-96-r2", "ttm-1536-96-r2", "ttm-r1", "ttm-r2"]


def min_context_length(model_id):
Expand Down

0 comments on commit f192485

Please sign in to comment.