Remove hardcoded cuda architecture

This commit is contained in:
2024-04-18 20:44:32 +02:00
parent c1d93bd008
commit ef3a62f399
3 changed files with 2 additions and 3 deletions

View File

@@ -25,4 +25,4 @@ def export_model_weights(model: torch.nn.Module, filename):
f.seek(0)
f.write(struct.pack('q', len(header)))
f.write(header.encode('utf-8'))
f.write(header.encode('utf-8'))