Skip to content

Fix: Add README notice about non-commercial license for pretrained weights - #66

Merged
erzel merged 5 commits into
google-research:mainfrom
MayVerse4:fix/fix-add-readme-notice-about-non-commerci
Jul 27, 2026
Merged

Fix: Add README notice about non-commercial license for pretrained weights#66
erzel merged 5 commits into
google-research:mainfrom
MayVerse4:fix/fix-add-readme-notice-about-non-commerci

Conversation

@MayVerse4

@MayVerse4 MayVerse4 commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

fix for issue.

Fixes #29

@erzel erzel left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Apologies for the delay in reviewing.

Comment thread tests/test_readme_documentation.py Outdated
@@ -0,0 +1,27 @@
from pathlib import Path


Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I don't think we need a test for the README file. Can you remove it?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done sorry

Comment thread README.md Outdated
# Run all tests (requires both JAX and PyTorch installed)
PYTHONPATH=. python3 -m unittest discover -s tabfm/src/ -p "*_test.py"

(defaults are 500 features and no fixed row cap), plus `n_estimators` for

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I think these lines should be outside the '```bash' section.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Actually, these lines don't seem to belong here. They look like duplicates from the section above.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Removed the duplicated lines from the Running Tests section. Thanks for catching that!

Removed duplicated README text from the Running Tests section.
Comment thread README.md
You can run the unit tests directly using Python's `unittest` module:

```bash
# Run all tests (requires both JAX and PyTorch installed)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks for removing the duplicate lines. I think these lines should still be here.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Once you revert this deletion we can merge the CL.

Restore the unittest discovery command while keeping the duplicated README text removed.
Restore the unittest discovery command while keeping the duplicated README text removed.

@MayVerse4 MayVerse4 left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Restored the deleted unittest discovery command. Thanks!

@erzel
erzel merged commit 6ba2eb8 into google-research:main Jul 27, 2026
6 checks passed
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.

Add README notice about non-commercial license for pretrained weights

2 participants