This commit is contained in:
Awni Hannun
2023-12-28 13:50:17 -08:00
parent d1ca6919af
commit 0177419f41

View File

@@ -70,7 +70,6 @@ if __name__ == "__main__":
else:
models = ["tiny"]
# Rest of your code using the 'models' list
print("Selected models:", models)
feat_time = timer(feats)