Skip to content
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

Minor fix on downloading configs instructions #344

Merged
merged 7 commits into from
Mar 27, 2024
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
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: CI
on:
workflow_dispatch:
pull_request:
branches:
- main
paths-ignore:
- "docs/**"
- "*.md"
Expand All @@ -21,8 +19,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setting up PDM
uses: pdm-project/setup-pdm@v4
with:
Expand Down Expand Up @@ -50,7 +46,6 @@ jobs:
uses: actions/checkout@v4
with:
lfs: true
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setting up PDM
uses: pdm-project/setup-pdm@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ of the repo. Apart from cloning the repo, you can download the latest config fol
[here](https://download-directory.github.io/?url=https://github.com/kaiko-ai/eva/tree/main/configs). Alternatively,
from a specific release the configs can be downloaded from the terminal as follows:
```sh
curl -LO https://github.com/kaiko-ai/eva/releases/download/0.0.1/configs.zip | unzip configs.zip
curl -LO https://github.com/kaiko-ai/eva/releases/download/0.0.1/configs.zip | unzip configs
```

For example, to perform a downstream evaluation of DINO ViT-S/16 on the BACH dataset with
Expand Down Expand Up @@ -98,7 +98,7 @@ and [tutorials](https://kaiko-ai.github.io/eva/dev/user-guide/advanced/replicate

## Benchmarks

In this section you will find model benchmarks which were generated with _eva_.
In this section you will find model benchmarks which were generated with `_eva_`.

### Table I: WSI patch-level benchmark

Expand Down