Fix installed torch version to be compatible with cuda drivers

This commit is contained in:
2026-06-18 10:06:53 +02:00
parent 9e97fb8159
commit 6e2fe12a6d
4 changed files with 304 additions and 2 deletions
+3
View File
@@ -320,3 +320,6 @@ def predict(
writer.close()
typer.echo(f"wrote {total:,} rows → {out}")
if __name__ == "__main__":
app()