Uploaded from `kernels`.
Browse files
build/torch-universal/upload_test/__init__.py
DELETED
|
File without changes
|
build/torch-universal/upload_test/foo_2050.py
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
print("Hugging Face")
|
|
|
|
|
|
build/torch-universal/upload_test/foo_2051.py
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env python3
|
| 2 |
+
|
| 3 |
+
def main():
|
| 4 |
+
print("Hello from torch-universal!")
|
| 5 |
+
|
| 6 |
+
if __name__ == "__main__":
|
| 7 |
+
main()
|