mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-06 01:34:22 +00:00
Remove hardcoded cuda architecture
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user