Sauchin wants to configure a local Java code (Bazel Project) repo with a custom structure for training a model using Tabby. The repo structure differs from the typical Bazel repo structure. The provided configuration did not seem to take effect. How can the repo be configured correctly for training the model?
Sauchin
Asked on Apr 03, 2024
Ensure that the tabby
configuration is set up correctly for the local Java code repo with a custom structure.
Verify that the repositories
configuration in the tabby
configuration file points to the correct git_url
for the local repo.
Make sure that the custom structure of the Java code repo is reflected accurately in the configuration.
Check if the tabby scheduler --now
command is being executed from the correct directory where the tabby
configuration file is located.
If the configuration still does not take effect, consider sharing a reproducible example repo with the team for further assistance.