Brzjomo
Brzjomo
### MindMap服务器Docker构建 克隆项目: ``` git clone https://github.com/wanglin2/mind-map ``` 进入目录 ``` cd mind-map ``` 创建`docker-compose.yaml`文件: ``` echo 'version: "3.8" services: mindmap: build: . container_name: mindmap ports: - "自定义外部端口:80"' > docker-compose.yaml ```...
FrontEnd use Streamlit. Edit the model_name of internlm_client in models.py to internlm2 and the url to `http://127.0.0.1:11434`. Then run the command `python -m mindsearch.app --lang en --model_format internlm_client --search_engine DuckDuckGoSearch`
试过了几次了,卸了再装也这样。还试过1.7.0的版本,都这样。后来不用Anaconda,设置默认环境python版本为3.10.0后直接装,就没报错。 还有pytorch版本用项目默认的2.0.0就只能用CPU运算,换成2.1.2就没问题了。