x
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from typing import TypeVar
|
||||
import numpy as np
|
||||
from jaxtyping import Float, Int, Bool, Num
|
||||
|
||||
T = TypeVar("T")
|
||||
|
||||
NDArray = np.ndarray
|
||||
@@ -1,6 +0,0 @@
|
||||
def main():
|
||||
print("Hello from cvth3pe!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user