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

Stabilize CICD #140

Closed
wants to merge 22 commits into from
Closed

Conversation

SagiPolaczek
Copy link
Collaborator

@SagiPolaczek SagiPolaczek commented Sep 1, 2024

  1. Solved pytoda minor.
  2. Solved installations issues.
  3. Disable one test (PLMDTITestCase ) that uses an external git submodule. The issue arises with 'dgl' lib:
raise FileNotFoundError( FileNotFoundError: Cannot find DGL C++ graphbolt library at <inner_path>/fuse-drug/cicd/envs/fuse-drug_3.11-CUDA-12.1-0d74b7a145ebae19e6c9b4b1168643258e2b15b5f0e93ebf937971315dea2af5/lib/python3.11/site-packages/dgl/graphbolt/libgraphbolt_pytorch_2.4.0.so```
See issue: https://github.com/dmlc/dgl/issues/7438

@SagiPolaczek SagiPolaczek marked this pull request as draft September 1, 2024 12:13
Jenkinsfile Outdated
@@ -13,7 +13,7 @@ pipeline {
steps {
sh '''
rm -rf test-reports/TEST-*.xml
jbsub -wait -out ccc_log.txt -queue x86_1h -mem 40g -cores "10+1" -require 'v100' ./run_all_unit_tests.sh 11.8 /dccstor/fuse_med_ml/fuse-drug/cicd/envs/
jbsub -wait -out ccc_log.txt -queue x86_1h -mem 40g -cores "10+1" -require 'v100' ./run_all_unit_tests.sh no /dccstor/fuse_med_ml/fuse-drug/cicd/envs/
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see why we need to enforce it and use conda installation.

dscript
dgl
pysmiles
deepchem
mol2vec @ git+https://github.com/samoturk/mol2vec
paccmann_predictor @ git+https://[email protected]/PaccMann/paccmann_predictor#egg=paccmann-predictor
modlamp
torchtext==0.3.1 # old version of tokenizer - need to replace with another tokenizer and remove this
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The last version is 0.18 (!) , plus they stopped the development of it.

@SagiPolaczek SagiPolaczek changed the title CICD debug Stabilize CICD Sep 1, 2024
@SagiPolaczek SagiPolaczek marked this pull request as ready for review September 2, 2024 14:56
@SagiPolaczek SagiPolaczek changed the base branch from main to modular_tokenizer_refactor September 3, 2024 07:59
@mosheraboh
Copy link
Collaborator

Closing - modifications merged to #141

@mosheraboh mosheraboh closed this Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants