针对你遇到的“max retries exceeded with url: /v1/chat/completions”错误,我们可以从以下几个方面进行排查和解决: 确认错误信息的来源和含义: 这个错误通常表明你的HTTP请求在尝试多次重试后仍然未能成功连接到指定的URL。这可能是由于网络问题、服务器不可达、请求频率过高等原因造成的。 检查网络连接:
I'm running zephyr-7b-alpha in a Docker container on Windows 10 with two RTX 3070 GPUs. However, when I try to make a call with the original example request on the /v1/chat/completions endpoint, it seems to run forever. What could be the...