the power of a separate setup for testing

This commit is contained in:
mrq 2023-05-22 17:36:28 +00:00
parent 2f5486a8d5
commit 805d7d35e8

View File

@ -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]