If you’re not receiving any Lavita AI Jobs, it could be due to a few reasons.

Check System Specifications

If you’re encountering errors or noticing that jobs are not completing, verify that your system meets these minimum requirements.

A machine with only a CPU and at least 16GB of RAM should be able to receive and run AI Jobs without any issues, assuming there is a minimum amount of disk space (preferably at least 10GB free).

Check Logs

To help us better understand the source of issues with your AI Jobs, in case of failure, find the following two logs:

  • qa_main.logThis file contains logs for every step of running AI Jobs. You can check this file line by line to see what actually happens when your jobs are running. In case of failure, reviewing this file provides insights into where the issue might be.

  • qa_progress.logThis file captures system logs, including stdout and stderr. It helps display the progress of AI Jobs on the Edge Node UI while also catching error messages or diagnostics.

Logs path on Mac: /Users/[your_username]/Library/Application Support/Theta Edge Node/ThetaEdgeNode/lavita/data/models

Logs path on Windows: C:\Users\[your_username]\AppData\Roaming\Theta Edge Node\ThetaEdgeNode\lavita\data\models

The following table includes the log messages in qa_main.log:

LogExplanation
Loading datasetDataset for fine-tuning is being loaded/downloaded
Failed to load datasetIssue encountered while loading or downloading the dataset
Start fine-tuningFine-tuning process has started
Fine-tuning is done. Saving the best modelModel fine-tuning completed successfully
Setting up cloud tools for uploading the modelPreparing cloud environment for model upload
Uploading fine-tuned model files to cloudUpload process for the fine-tuned model has started
Uploading model fileAn individual model file is being uploaded
Error in model file uploadingAn error occurred during model file upload
Computing the model hashGenerating a unique hash for the model files to ensure integrity
Posting model hash to serverSending the computed model hash to the server for verification
Posted model hash to server.Model hash was successfully posted to the server
Failed to post model hash to server.An error occurred while posting the model hash
End of Lavita jobIndicates completion of the AI job