-
Notifications
You must be signed in to change notification settings - Fork 2.5k
feat: make parameter ranges configurable #138
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -73,6 +73,9 @@ heretic = "heretic.main:main" | |
| requires = ["uv_build>=0.8.11,<0.9.0"] | ||
| build-backend = "uv_build" | ||
|
|
||
| [tool.ty.environment] | ||
| python-version = "3.10" | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Doesn't ty read
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh, maybe it does! But
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You're right, best to leave this setting then. I'd love to get rid of Python 3.10, but too many cloud providers still serve it as the default. I guess we'll have to wait for the major libraries like Transformers to move on before we can do the same. |
||
|
|
||
| [tool.uv] | ||
| exclude-newer = "7 days" | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which parameters are not sampled per component?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
direction_scopeanddirection_fraction(which together determinedirection_index).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yes, although this itself is something that the user might want to configure. Is that possible with your current implementation?