[object Object]

← back to Exo

download .model files in exo bench (#1607)

2fe689315bf725eb8fa0992a1237e9d7289a9de9 · 2026-02-24 11:13:04 +0000 · rltakashige

## Motivation

failed again for kimi on a machine that had never downloaded it.

## Test Plan

### Manual Testing
it worked this time

Files touched

Diff

commit 2fe689315bf725eb8fa0992a1237e9d7289a9de9
Author: rltakashige <rl.takashige@gmail.com>
Date:   Tue Feb 24 11:13:04 2026 +0000

    download .model files in exo bench (#1607)
    
    ## Motivation
    
    failed again for kimi on a machine that had never downloaded it.
    
    ## Test Plan
    
    ### Manual Testing
    it worked this time
---
 bench/exo_bench.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bench/exo_bench.py b/bench/exo_bench.py
index e60d0872..001f5c56 100644
--- a/bench/exo_bench.py
+++ b/bench/exo_bench.py
@@ -75,7 +75,7 @@ def load_tokenizer_for_bench(model_id: str) -> Any:
         model_path = Path(
             snapshot_download(
                 model_id,
-                allow_patterns=["*.json", "*.py", "*.tiktoken"],
+                allow_patterns=["*.json", "*.py", "*.tiktoken", "*.model"],
             )
         )
 

← 644c5573 fix: improve text contrast on downloads page (#1601)  ·  back to Exo  ·  fix: improve text contrast on HOME and DOWNLOADS nav links ( b65982dd →