install pre commit hooks

This commit is contained in:
Craig
2025-04-29 10:20:07 +01:00
parent 608c345ee3
commit 0f665c3e35

View File

@@ -1,4 +1,6 @@
import torch
def main():
print(torch.__version__)
print("Hello from attention-from-scratch!")