Skip to content

Commit

Permalink
モデルのダウンロードリンクをバージョン0.0.1から0.0.2に更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Dec 1, 2024
1 parent 1902483 commit 3a484c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Download model
shell: bash
run: |
wget https://github.com/Hiroshiba/vv_core_inference/releases/download/0.0.1/model.zip
wget https://github.com/Hiroshiba/vv_core_inference/releases/download/0.0.2/model.zip
unzip model.zip
- name: Set up Python 3.9
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pip install -r requirements.txt
## pytorch モデルのダウンロード

```bash
wget https://github.com/Hiroshiba/vv_core_inference/releases/download/0.0.1/model.zip
wget https://github.com/Hiroshiba/vv_core_inference/releases/download/0.0.2/model.zip
unzip model.zip
```

Expand Down

0 comments on commit 3a484c7

Please sign in to comment.