stevenlu

Results 70 comments of stevenlu

Thank you for being the first contributor to AIlice! Since this is not a direct dependency, may I know what operating system you installed it on?

Considering your configuration, the appropriate modelID should be: ollama:ollama/llama2:latest

It seems that there was a misleading error in my documentation (strange why such an error would occur). The correct configuration requires adding a line: "ollama/llama2:latest": { "formatter": "AFormatterGPT", "contextWindow":...

I tried to reproduce the errors mentioned above, but failed. Can you tell me the details of your running environment? For example, the operating system version, python seems to be...

I forgot to remind you early that AIlice does not yet support Windows PowerShell scripts, so you will encounter problems when use the programming function of AIlice. I am trying...

I installed AIlice in the conda environment under Windows, and tried programming and executing tasks. It turns out that WSL can execute these bash codes very well, so it seems...

OK, I will provide a requirements.txt after the voice dialogue function is perfected and useless dependencies are removed. Please wait for a few days.

I just submitted a requirements.txt in the main branch, tested under python 3.10.13 environment. Please note that in this environment, various functions of AIlice (such as voice, fine-tuning) work normally,...

1. Since the directory structure of AIlice is designed for future release as a package, pip install -e is still suggested after installing dependencies using requirements.txt. This can avoid a...

"Keyword arguments {'add_special_tokens': False} not recognized." This error is common in recent versions of transformers. The reason is not clear yet, but it does not affect the operation of AIlice....