Skip to content

Commit

Permalink
fixing the github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Aug 24, 2023
1 parent d6d8267 commit 4090bda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/rwkv-x-exp-lane1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: rwkv-x Experiment Run (priority-lane1)

on:
workflow_dispatch:
permissions:
users:
- picocreator
inputs:
notebookFile:
description: 'Notebook to run (inside `experiment/rwkv-x-exp` dir)'
Expand Down
2 changes: 1 addition & 1 deletion notebook/github-runner/hf-download.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
os.makedirs(HF_DOWNLOAD_DIR, exist_ok=True)

# The HF cache directory for models
HF_HOME=os.getenv("HF_HOME", ""))
HF_HOME=os.getenv("HF_HOME", "")
if HF_HOME == "":
raise Exception("HF_HOME is not set")
# Setup the model cache
Expand Down

0 comments on commit 4090bda

Please sign in to comment.