Skip to content

Commit

Permalink
fix: OPENLLM_TEST_REPO
Browse files Browse the repository at this point in the history
  • Loading branch information
bojiang committed Oct 23, 2024
1 parent 2a06022 commit 81915cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/openllm/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ def _clone_repo(repo: RepoInfo):


def ensure_repo_updated():
if TEST_REPO:
return
last_update_file = REPO_DIR / 'last_update'
if not last_update_file.exists():
if INTERACTIVE.get():
Expand Down

0 comments on commit 81915cc

Please sign in to comment.