This repository was archived by the owner on May 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
adding metrics with torch
#72
Open
Borda
wants to merge
27
commits into
main
Choose a base branch
from
ci/torch2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 22 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
84fe263
add metrics with torch
Borda 51c7f46
90
Borda 8c5d414
nightly
Borda ebfa871
list
Borda e718496
test
Borda 1e6d59e
list
Borda f2b6a6e
Merge branch 'main' into ci/torch2
Borda fd4c6a2
Merge branch 'main' into ci/torch2
Borda 77f7fd7
Merge branch 'main' into ci/torch2
Borda d25ade9
Merge branch 'main' into ci/torch2
Borda 8b6d3b3
audio_test
Borda 2dcfc8e
data
Borda c7f7579
cd
Borda f11018e
mv
Borda 446644e
to
Borda ca0aac4
Merge branch 'main' into ci/torch2
Borda 3f0d6bd
Merge branch 'main' into ci/torch2
Borda 2559ae9
--pr
Borda 78bb031
only ubuntu
Borda d14f1dd
Merge branch 'main' into ci/torch2
Borda a1b327b
Merge branch 'main' into ci/torch2
Borda 2400efb
append
Borda e2a6dec
Apply suggestions from code review
Borda 104ea55
+ Justus
Borda ded6586
Merge branch 'main' into ci/torch2
Borda ce4c5f3
Merge branch 'main' into ci/torch2
Borda 707c075
Merge branch 'main' into ci/torch2
Borda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| target_repository: | ||
| HTTPS: https://github.com/Lightning-AI/metrics.git | ||
| # checkout a particular branch or a tag | ||
| checkout: master | ||
| # define installing package extras | ||
| install_extras: | ||
| - all | ||
| - test | ||
| # install additional requirements from a file | ||
| requirements_file: requirements/audio_test.txt | ||
| # copy some test from the target repository | ||
| copy_tests: | ||
| - tests/unittests | ||
|
|
||
| contact: | ||
| slack: | ||
| # Nicki Skafte | ||
| - USZ6EQ8A2 | ||
Borda marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| dependencies: | ||
| - name: torch | ||
| install_flags: | ||
| - "-f https://download.pytorch.org/whl/nightly/torch_nightly.html" | ||
| - "--pre" | ||
|
|
||
| # running before installing your project | ||
| before_test: | ||
| - wget https://pl-public-data.s3.amazonaws.com/metrics/data.zip | ||
| - unzip -o data.zip | ||
| - mv _data tests/ | ||
|
|
||
| testing: | ||
| # additional pytest arguments | ||
| pytest_args: --timeout=120 | ||
|
|
||
| runtimes: | ||
| - {os: "ubuntu-22.04", python: "3.9"} | ||
| # - {os: "macOS-12", python: "3.9"} | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.