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

Clean up /assets_generation #684

Open
reyammer opened this issue Sep 13, 2024 · 0 comments
Open

Clean up /assets_generation #684

reyammer opened this issue Sep 13, 2024 · 0 comments

Comments

@reyammer
Copy link
Collaborator

The current way of dealing with assets is as follows:

  • the training pipeline exports all relevant assets (content types KB, models, etc.) to the /assets directory.
  • the python and rust codebases have a sync script that pulls whatever is relevant for them from the /assets directory.

This allows us to keep python (or rust) related codebase in their dedicated directory (e.g., /python).

We need to clean up the following aspects related to /assets_generation:

  • it has code that considers the assets and generates additional ones (e.g., a README for the model)
  • it has code that generates js-related assets, such as the tfjs model and config. Ideally these belong somewhere else.
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

No branches or pull requests

1 participant