Skip to content

Unit tests + more design changes + function level optimizations. #228

Unit tests + more design changes + function level optimizations.

Unit tests + more design changes + function level optimizations. #228

Triggered via pull request September 6, 2024 21:45
Status Failure
Total duration 5m 12s
Artifacts

CI.yml

on: pull_request
Documentation
5m 3s
Documentation
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
Julia 1.10 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
Julia nightly - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
Documentation: src/loaders.jl#L47
doctest failure in ~/work/ColBERT.jl/ColBERT.jl/src/loaders.jl:47-60 ```jldoctest julia> using ColBERT; julia> config = ColBERTConfig( use_gpu = true, collection = "/home/codetalker7/documents", index_path = "./local_index" ); julia> ColBERT.save(config); julia> ColBERT.load_config("./local_index") ColBERTConfig(true, 0, 1, "[unused0]", "[unused1]", "[Q]", "[D]", "colbert-ir/colbertv2.0", "/home/codetalker7/documents", 128, 220, true, 32, false, "./local_index", 64, 2, 20, 2, 8192) ``` Subexpression: ColBERT.load_config("./local_index") Evaluated output: ColBERTConfig(true, 0, 1, "[unused0]", "[unused1]", "[Q]", "[D]", "colbert-ir/colbertv2.0", "/home/codetalker7/documents", 128, 300, true, 32, false, "./local_index", 64, 25000, 5000, 2, 20, 2, 8192) Expected output: ColBERTConfig(true, 0, 1, "[unused0]", "[unused1]", "[Q]", "[D]", "colbert-ir/colbertv2.0", "/home/codetalker7/documents", 128, 220, true, 32, false, "./local_index", 64, 2, 20, 2, 8192) diff = Warning: Diff output requires color. ColBERTConfig(true, 0, 1, "[unused0]", "[unused1]", "[Q]", "[D]", "colbert-ir/colbertv2.0", "/home/codetalker7/documents", 128, 220, 300, true, 32, false, "./local_index", 64, 25000, 5000, 2, 20, 2, 8192)
Documentation
Process completed with exit code 1.
Julia 1.10 - ubuntu-latest - x64 - pull_request
The following actions use a deprecated Node.js version and will be forced to run on node20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Julia nightly - ubuntu-latest - x64 - pull_request
The following actions use a deprecated Node.js version and will be forced to run on node20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Documentation
The following actions use a deprecated Node.js version and will be forced to run on node20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/