Skip to content

Commit

Permalink
Merge pull request #251 from dice-group/develop
Browse files Browse the repository at this point in the history
Using GPU  in the inference
  • Loading branch information
Demirrr authored Jul 19, 2024
2 parents 4bc42ae + 7efbfb7 commit 7001e31
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 668 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Lint with ruff
run: |
ruff --select=E501 --line-length=200 dicee/
ruff check dicee/ --select=E501 --line-length=200
- name: Test with pytest
run: |
wget https://files.dice-research.org/datasets/dice-embeddings/KGs.zip --no-check-certificate && unzip KGs.zip
Expand Down
Loading

0 comments on commit 7001e31

Please sign in to comment.