Closed alexsherstinsky closed 6 months ago
6 files ±0 6 suites ±0 14m 10s :stopwatch: - 2m 57s 12 tests ±0 9 :heavy_check_mark: ±0 3 :zzz: ±0 0 :x: ±0 60 runs ±0 42 :heavy_check_mark: ±0 18 :zzz: ±0 0 :x: ±0
Results for commit b20a68c9. ± Comparison against base commit b6df7151.
:recycle: This comment has been updated with latest results.
Scope
matplotlib
to"<3.9.0"
, because the latter (released on 5/15/2024), cause API incompatibilities:thus breaking the tests collection. Pinning the version of
matplotlib
fixes this issue. We will keep an eye on the futurematplotlib
releases, which might render the pinning of its version unnecessary.ViTEncoder
to ensure that thetransformers.ViTModel
returns theoutput_attentions
.Code Pull Requests
Please provide the following:
Documentation Pull Requests
Note that the documentation HTML files are in
docs/
while the Markdown sources are inmkdocs/docs
.If you are proposing a modification to the documentation you should change only the Markdown files.
api.md
is automatically generated from the docstrings in the code, so if you want to change something in that file, first modifyludwig/api.py
docstring, then runmkdocs/code_docs_autogen.py
, which will createmkdocs/docs/api.md
.