artursultanov commited on
Commit
9a8d3ef
·
1 Parent(s): 0e448a4

Add TorchScript cosmoformer model + README

Browse files
Files changed (2) hide show
  1. README.md +12 -0
  2. cosmoformer_traced.pt +3 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # CosmoFormer Model
2
+
3
+ This is a TorchScript version of our CrossFormer-based model.
4
+ You can load it in plain PyTorch without needing `vit_pytorch`.
5
+
6
+ Usage Example:
7
+ ```python
8
+ import torch
9
+ model = torch.jit.load('cosmoformer_traced.pt')
10
+ model.eval()
11
+ ...
12
+ ```
cosmoformer_traced.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25c9769ae5193f67e357facbde4fc956263ef2287a093437a918bb4a9879f9db
3
+ size 23450310