Steven Lee

Results 30 comments of Steven Lee

/home/postgres/duckdb is a directory or duckdb database path? if db, make sure postgres use has the owner of it.

把模型下载到本地, ``` brew install git-lfs git lfs install git clone https://huggingface.co/baichuan-inc/Baichuan-13B-Chat ``` 如果网络问题,可以收工下载模型文件 ``` GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/baichuan-inc/Baichuan-13B-Chat ``` 模型使用本地路径 使用mps加速`model = model.to('mps')` 量化不支持Mac,暂时无解 不管cl_demo.py 还是web_demo.py 都如下修改, ``` pretrained_model_name =...

参考我这里的回答, 我M2 32G内存,能跑,但太太太慢 https://github.com/baichuan-inc/Baichuan-13B/issues/35

@daniellopez-2 try ```bash python startup.py "write a python SEO Checker app" --code_review True ``` your command uses wrong double quotes, what you use is Chinese quotation marks.

your prompt is too long and have double quotes, if you want to try it, please replace double quotes with quotes, ```bash python startup.py "write up a data quality check...

had better submit as a optional solution, not directly replace the original one. feel free to have a look mine solution https://github.com/geekan/MetaGPT/pull/289

thanks for advice, and could you do some contribution, thanks.