Chlience
Chlience
环境:Ubuntu 18.04, pip 9.0.1, nginx 1.14.0, python 3.6.9 nginx 仅修改默认配置的 loaction,其余无变化 将主题文件(Galileo)下载到本地,设置主题路径 访问网站时出现主页加载资源404 情况,查看index.html 发现请求 /assert/*.css or /assert/*.js,但网站目录中所需文件在 /assert/css/* or /assert/js/* 等,请问可能是出现了什么问题,如何解决 ## update 更换为在线获取主题后,成功加载 预计是本地主题应用的问题 我将 Galileo 主题下载并放到 Maverick/theme...
When I run: ``` RAYON_NUM_THREADS=6 CUDA_VISIBLE_DEVICES=0,1,2,3 python3 gen_model_answer_rest.py --model-path /models/LLAMA-2-series/llama-2-70b-chat --model-id llama-2-70b-chat --datastore-path ../datastore/datastore_chat_small.idx ``` I get: (delete try and except) ``` Traceback (most recent call last): File "/rest/llm_judge/gen_model_answer_rest.py", line...