lou-lan

Results 76 comments of lou-lan

@huizsh You can run `curl 74.125.68.104` on the `ce-worker01` host and get a valid response, correct? ```bash # The expected output should look like this. curl 74.125.68.104 301 Moved 301...

@huizsh On `ce-worker01` node: * Please run `sudo update-alternatives --display iptables` * Please run `sudo iptabels -V` * Please run `sudo iptables-legacy -t mangle -nvL PREROUTING`

@huizsh I saw that you added some iptables debug log action in `mangle` table. Did you notice any increase in the traffic counters? ```bash -A PREROUTING -i egress.vxlan -m limit...

Hi, please try to set https://github.com/spidernet-io/egressgateway/blob/main/charts/values.yaml#L54 to `true`, and try again.

The issue has had no feedback for a long time, so it will be temporarily closed. If you encounter any problems, please feel free to reopen it. You can also...

> @halyang92 目前 Docker Compose 的方案是前后端纯本地运行,所以磁盘开销较大,算力要求也比较高,需要 12 GB 或以上的显存。 > > 统计了一下,后端容器占磁盘 15 GB 以上,加上官方所使用的本地大语言模型 InternLM2.5-7b,总磁盘占用是 30 GB 以上。 > > 后端容器所使用的基础镜像是openmmlab所推出的lmdeploy镜像,各个版本的镜像地址:https://hub.docker.com/r/openmmlab/lmdeploy/tags 大语言模型 InternLM2.5 项目地址:https://huggingface.co/internlm/internlm2_5-7b-chat 请问,docker compose 的镜像 `--model_format internlm_server`...