@@ -0,0 +1,8 @@
import torch
def main():
print(torch.__version__)
print("Hello from attention-from-scratch!")
if __name__ == "__main__":
main()
The note is not visible to the blocked user.