the power of a separate setup for testing

remotes/1716214724921829809/tmp_refs/heads/master
mrq 2023-05-22 17:36:28 +07:00
parent 2f5486a8d5
commit 805d7d35e8
1 changed files with 1 additions and 1 deletions

@ -3477,7 +3477,7 @@ def update_autoregressive_model(autoregressive_model_path):
if autoregressive_model_path == "auto":
autoregressive_model_path = deduce_autoregressive_model()
else
else:
match = re.findall(r'^\[[a-fA-F0-9]{8}\] (.+?)$', autoregressive_model_path)
if match:
autoregressive_model_path = match[0]