You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1、Clone the repository: git clone https://github.com/iyaja/llama-fs.git 2、Navigate to the project directory: cd llama-fs 3、Install requirements: pip install -r requirements.txt(遇到字符编码问题,从git切换至新版windows terminal 打开 powershell重新运行命令即可)(安装过程中出现警告提示:WARNING: The script fastapi.exe is installed in 'C:\Users\elreydepolvo\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.;第5点时需要添加fastapi对应环境变量) 4、Install moondream: ollama pull moondream 5、进入目录cd llama-fs 执行以下命令,启动后台服务 fastapi dev server.py(运行结果报错提示,没找到命令,在系统设置-环境变量中编辑path添加C:\Users\elreydepolvo\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts后,运行成功)
The text was updated successfully, but these errors were encountered: