Skip to content

Conversation

@jenriquehdez
Copy link

A pyproject file containing all the required dependencies to run the D-FINE project was included. This include an optional group with dependencies only needed for training.

Additionally, all the files contained in the "src" directory were moved to "src/dfine". This update allows to access all the source files from a common location after building and installing the created package using pip.

Imports without src/dfine folder
from misc import dist_utils
from core import YAMLConfig

Imports with src/dfine folder
from dfine.misc import dist_utils
from dfine.core import YAMLConfig

@Peterande Peterande force-pushed the master branch 2 times, most recently from c3f5fce to 75c6230 Compare April 6, 2025 18:15
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.

1 participant