general

How to configure a local Java code (Bazel Project) repo with a custom structure for training a model using Tabby?

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?

Sa

Sauchin

Asked on Apr 03, 2024

  1. Ensure that the tabby configuration is set up correctly for the local Java code repo with a custom structure.

  2. Verify that the repositories configuration in the tabby configuration file points to the correct git_url for the local repo.

  3. Make sure that the custom structure of the Java code repo is reflected accurately in the configuration.

  4. Check if the tabby scheduler --now command is being executed from the correct directory where the tabby configuration file is located.

  5. If the configuration still does not take effect, consider sharing a reproducible example repo with the team for further assistance.

Apr 04, 2024Edited by