Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
415f28f
Add predict script and tests work
jstjohn Jan 13, 2026
306290e
Adding inference updates and check in progress on example notebook up…
jstjohn Jan 14, 2026
86a305f
Adding zero shot brca result, note that the fp8 option is underperfor…
jstjohn Jan 14, 2026
dc4d89d
Adding zero shot brca result, note that the fp8 option is underperfor…
jstjohn Jan 14, 2026
adc1880
Update output file name conventions to match what they were before
jstjohn Jan 14, 2026
ded139b
Add support for getting embeddings from a particular layer from the p…
jstjohn Jan 14, 2026
25c1cb5
Fix test for kernel
jstjohn Jan 14, 2026
19caf3e
Remove redundant test file
jstjohn Jan 14, 2026
fd94391
Refactor tests and skip some test failures
jstjohn Jan 14, 2026
2794d06
Add a test covering training with TP=2 and fine-tuning with TP=1
jstjohn Jan 15, 2026
f9160f6
Adding zero shot brca notebook fresh run including fp8
jstjohn Jan 15, 2026
8501f50
Adding a fresh run of hte fine-tuning tutorial
jstjohn Jan 15, 2026
8528c82
Address AI feedback on find free network port
jstjohn Jan 15, 2026
320b39e
No longer disable vortex mode for 8k
jstjohn Jan 15, 2026
f2eb0b6
Simplify tokenizer loading
jstjohn Jan 15, 2026
9e32dfd
Adding find free port logic to test_infer.py
jstjohn Jan 15, 2026
d8d55e6
Cleanup better in tests so that we can run the full suite
jstjohn Jan 15, 2026
7925fb3
Address coderabit review
jstjohn Jan 15, 2026
46df268
Addressing coderabbit NITs
jstjohn Jan 15, 2026
fce2a7b
Remove basic config logging from function, move to top level
jstjohn Jan 15, 2026
817d39c
Address coderabbit feedback
jstjohn Jan 15, 2026
a80393a
Remove unused common function
jstjohn Jan 15, 2026
a5eccd5
Refactor tests to run faster and remove some redundant tests
jstjohn Jan 16, 2026
ae0bb0e
Make the failing test_infer calls look more like the successful test_…
jstjohn Jan 16, 2026
ffab37b
Remove file unintentionally added
jstjohn Jan 16, 2026
91a5ef5
Reenable last fixme test
jstjohn Jan 16, 2026
151e75d
Reducing batch size to handle l4
jstjohn Jan 16, 2026
3ea494c
Increase timeouts for some tests
jstjohn Jan 17, 2026
aafbb96
Get gradient test working, and skip tests for CI
jstjohn Jan 17, 2026
fbfa8dc
Get gradient test working, and skip tests for CI
jstjohn Jan 17, 2026
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

# directories created during these notebook runs.
nemo2_evo2_1b_8k/
evo2_1b_bf16_mbridge/
preprocessed_data/
pretraining_demo/
brca1_fasta_files/
Expand Down

Large diffs are not rendered by default.

Loading
Loading