Skip to content

Update Model Zoo to integrate with HF Model #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- master

# Add permissions to allow deployment
permissions:
Expand All @@ -20,7 +21,7 @@ jobs:
- name: Checkout Model Zoo
uses: actions/checkout@v3
with:
repository: Project-MONAI/model-zoo
repository: project-monai/model-zoo
path: scripts/model-zoo

- name: Setup Python and Node
Expand All @@ -44,8 +45,8 @@ jobs:
mkdir -p dist
mkdir -p dist/assets/css

# Process model data
python scripts/fetch.py
# Process model data (both model-zoo and HF models)
python scripts/process_models.py

# Build files
npm run build
Expand All @@ -68,4 +69,4 @@ jobs:
with:
folder: dist
branch: gh-pages
clean: true # Automatically remove deleted files from the deployment
clean: true # Automatically remove deleted files from the deployment
190 changes: 0 additions & 190 deletions .github/workflows/fetch.py

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/fetch.yml

This file was deleted.

1 change: 1 addition & 0 deletions model_data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Loading