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

Llm #51

Closed
wants to merge 24 commits into from
Closed

Llm #51

Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9b83878
ci(tests): add cuda
BigicecreamTaken Sep 21, 2023
9290fda
feat(AbstractTextPairMetafeatureExtractor): add AbstractTextPairMetaf…
BigicecreamTaken Sep 14, 2023
2a994b7
feat(metadata_extractors): add embedding extraction funtion and many …
BigicecreamTaken Sep 19, 2023
58f1251
feat(test): add test for PairMetafeatureExtractorsRunner
BigicecreamTaken Sep 20, 2023
263fc96
feat(toxicity_measure): Addition of ToxicityExtractor and Test
liw20 Sep 12, 2023
3333a5c
feat(poetry): add torch and transformers to Poetry
liw20 Sep 12, 2023
30b5b04
fix(extractor_runner): changes to allow run_on_dataframe to work with…
liw20 Sep 14, 2023
7da708f
chore(test): update tests and fix few bugs
BigicecreamTaken Sep 25, 2023
f155131
docs(docs): add docs to the new extractors
BigicecreamTaken Sep 25, 2023
9d34830
Fix CUDA path
roeizavida Sep 27, 2023
f747324
fix LD_LIBRARY_PATH
roeizavida Sep 27, 2023
84e59ca
downgrade cuda
roeizavida Sep 27, 2023
6c4b42a
fix CUDA bin path
roeizavida Sep 27, 2023
cb2168b
fix CUDA vars
roeizavida Sep 27, 2023
8f067d9
Set the supported CUDA version
roeizavida Sep 27, 2023
f28be5e
use compatible gcc version
roeizavida Sep 27, 2023
924ea68
add cudnn
roeizavida Sep 27, 2023
e4a32de
Add CUDA_HOME
roeizavida Sep 28, 2023
8eee6ab
Fix CUDNN
roeizavida Sep 28, 2023
c8accf3
remove CUDA, add torch platforms
roeizavida Sep 28, 2023
a5b119c
poetry lock
roeizavida Sep 28, 2023
e4e8a67
Instal torch for Linux
roeizavida Sep 28, 2023
e27131b
add source only in tests
roeizavida Sep 28, 2023
f49f1ca
remove whitespace
roeizavida Sep 28, 2023
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
Prev Previous commit
Next Next commit
fix LD_LIBRARY_PATH
  • Loading branch information
roeizavida committed Sep 27, 2023
commit f74732480964b4d434d4e27de91e772f210f3dce
4 changes: 1 addition & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@ jobs:
- run: 'echo "${{steps.cuda-toolkit.outputs.CUDA_PATH}}" >> $GITHUB_PATH'

- name: coverage
run: |
export LD_LIBRARY_PATH=${{steps.cuda-toolkit.outputs.CUDA_PATH}}/lib64{LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
bash -ex scripts/test.sh
run: LD_LIBRARY_PATH=${{steps.cuda-toolkit.outputs.CUDA_PATH}}/lib64{LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} bash -ex scripts/test.sh