stevenlu
stevenlu
I've fixed the issue in the Dockerfile and added the share option. Regarding your first suggestion, I need more details. Were you encountering a lack of detailed error messages when...
The use case lm-studio:Nexesenex/MIstral-QUantized-70b_Miqu-1-70b-iMat.GGUF requires prior configuration of LMStudio and config.json for utilization. Although this is noted in the README, it may not be prominently displayed and could potentially mislead...
You can run any testcase in the list directly except this one. the model:lm-studio:Nexesenex/MIstral-QUantized-70b_Miqu-1-70b-iMat.GGUF does not exist until you complete the configuration of LMStudio and config.json.
In other words, the model ID is defined in config.json. All other test cases in the testcase list use predefined model IDs, except for this one, which requires the user...
I have just made some modifications. In the latest commit, it is ensured that config.json exists after the first run of AIlice, and an error message is provided when the...
Could you please run the following command and provide me with the result? Thank you. ```bash python3 -m ailice.modules.AStorageVecDB --addr=ipc:///tmp/AIliceStorage.ipc", "addr": "ipc:///tmp/AIliceStorage.ipc ```
That's strange. Did you install AIlice in a clean environment? Were there any errors during the installation of AIlice? Running AIlice on Windows requires WSL, and since I don't have...
This happens when LLM output nothing. already fixed in the latest version. Thanks!
Yes, this is the expected outcome after the fix. The 7B model used to be able to complete some simple tasks, but as AIlice's design has become more complex, these...
Yes, I’m also working on improving AIlice’s ability to modify and edit code in complex software projects. It often overwrites previous work, and this problem is largely because AI lacks...