JKYtydt
JKYtydt
### What happened + What you expected to happen Traceback (most recent call last): File "/data/anaconda3/envs/time_py/lib/python3.8/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 541, in _run_script exec(code, module.__dict__) File "/sdc/jky/llm_demo/pages/1_Training.py", line 90, in Y_hat_insample = nf.predict_insample(step_size=pred_len)...
```[tasklist] ### Tasks ```
从本地加载模型
当我换模型进行测试,会有如下报错: ``` "object": "error", "message": "Only openbuddy-zephyr-7b allowed now, your model llama-3-8b", "code": 40301 显示只有openbuddy-zephyr-7b这个模型可以用,有没有更简便的方式使用本地模型
### What happened + What you expected to happen 无法使用样本内预测,阻止我完成接下来的任务 ``` test.py 75 Y_hat_insample = nf.predict_insample(step_size=12) core.py 1213 predict_insample fcsts[:, col_idx : (col_idx + output_length)] = model_fcsts ValueError: could not...