Skip to content
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

Make it possible to specify star model paths outside of source #36

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

dyollb
Copy link

@dyollb dyollb commented Feb 1, 2024

This MR addresses two things

  1. the config.py currently has to be edited before the package can be used. Working with pip install, and virtual environments I tend to install the same package multiple times, and don't want to always edit this file by hand (makes automation difficult).
  • this MR gives the users a mechanism to specify the configuration outside of the source, in the user home directory.
  1. to run the code on platforms without cuda (e.g. Apple M2), it would be nice if the pytorch code would not hard-code the device it runs on.
  • in the core package I modified the code so the demo load_torch.py can run without cuda.

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.

None yet

1 participant