fazhang-master

Results 9 issues of fazhang-master

### 💻 Operating System Ubuntu ### 📦 Environment Docker ### 🌐 Browser Chrome ### 🐛 Bug Description { "error": { "headers": { "content-length": "18", "content-type": "text/plain", "date": "Mon, 18 Mar...

🐛 Bug
ollama

### 💻 系统环境 Windows ### 📦 部署环境 Official Preview ### 🌐 浏览器 Chrome ### 🐛 问题描述 ![WechatIMG174](https://github.com/lobehub/lobe-chat/assets/89283399/12359d2b-af35-4c9a-9fe7-a80deed16366) ![WechatIMG173](https://github.com/lobehub/lobe-chat/assets/89283399/c1a56d71-cf67-4833-a5b4-9ebf3c82c5b3) ![image](https://github.com/lobehub/lobe-chat/assets/89283399/03ff7629-d43a-4c56-958b-00faba291d10) ### 🚦 期望结果 first, i can run 127.17.0.1:11434,but i don't use...

🐛 Bug
ollama

### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this? - [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions ### 该问题是否在FAQ中有解答? | Is there an...

Traceback (most recent call last): File "/home/zf/Desktop/CMGAN/mask_generator/mask_generator.py", line 310, in image, mask, masked_image = mask_generator(image_fname, anno_seg_fname, anno_json_fname) File "/home/zf/Desktop/CMGAN/mask_generator/mask_generator.py", line 291, in __call__ image_label_, image_label_anno_ = self._load_raw_image_label(anno_seg_fname, anno_json_fname, crop_config=crop_config, panoptic=self._panoptic)...

(autohic) C:\Users\Administrator>pip install hic-straw -i https://pypi.tuna.tsinghua.edu.cn/simple Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting hic-straw Using cached https://pypi.tuna.tsinghua.edu.cn/packages/8e/ec/431c76970f8973ea5937a9b5f2d1689a641b3fe6475246a32451274fa2dd/hic-straw-1.3.1.tar.gz (18 kB) Preparing metadata (setup.py) ... done Collecting pybind11>=2.4 (from hic-straw) Using cached https://pypi.tuna.tsinghua.edu.cn/packages/06/55/9f73c32dda93fa4f539fafa268f9504e83c489f460c380371d94296126cd/pybind11-2.11.1-py3-none-any.whl (227...

![image](https://github.com/lobehub/lobe-chat/assets/89283399/c6082d34-35f3-4e25-9d26-3b7053c40b94) ![image](https://github.com/lobehub/lobe-chat/assets/89283399/69f95e52-7e9b-4209-9767-57b4c1d5420d) ![image](https://github.com/lobehub/lobe-chat/assets/89283399/e5324675-1077-44ed-b48b-5b7cda69484e) Ollama is running locally, not in Docker. However, after running the lobe-chat Docker container using the following command:docker run -d -p 3210:3210 -e OLLAMA_PROXY_URL=http://127.0.0.1:11434 lobehub/lobe-chat。the check passes,...

🤔 Need Reproduce
ollama

(base) root@ubuntu20:~/storm# cd /root/storm ; /usr/bin/env /home/vipuser/anaconda3/envs/storm/bin/python /root/.vscode-server/extensions/ms-python.debugpy-2024.8.0-linux-x64/bundled/libs/debugpy/adapter/../../debugpy/launcher 57355 -- /root/storm/run_storm_wiki_gpt_with_VectorRM.py --url http://0.0.0.0 --port 8000 --output-dir /root/storm/output/ --vector-db-mode offline --offline-vector-db-dir /root/vector_store --device cuda --do-research --do-generate-outline --do-generate-article --do-polish-article topic: related_topics: annotation=NoneType...

Bug Report - User Environment

I want to change run_storm_wiki_gpt_with_VectorRM.py to a backend api for streaming output, can you tell me which files/places I should change?

- Moved OUT column creation outside inner loop to avoid redundant operations - Added null check for pdb_records[r] to prevent processing undefined records - Combined performance optimization with robustness improvement...