spikefly commited on
Commit
d543a1c
·
verified ·
1 Parent(s): 3a4a841

Flatten final_model/ directory: pytorch_model.pt now lives at repo root

Browse files
README.md CHANGED
@@ -53,7 +53,7 @@ SemanticVLA-LIBERO/
53
  ```python
54
  from semanticvla.model.framework.base_framework import baseframework
55
 
56
- policy = baseframework.from_pretrained("final_model/pytorch_model.pt")
57
  policy.eval()
58
  ```
59
 
 
53
  ```python
54
  from semanticvla.model.framework.base_framework import baseframework
55
 
56
+ policy = baseframework.from_pretrained("pytorch_model.pt")
57
  policy.eval()
58
  ```
59
 
config.yaml CHANGED
@@ -2,7 +2,7 @@
2
  #
3
  # Load via:
4
  # from semanticvla.model.framework.base_framework import baseframework
5
- # policy = baseframework.from_pretrained("final_model/pytorch_model.pt")
6
  #
7
  # The loader walks two directory levels up from the checkpoint file to locate
8
  # this `config.yaml` and the sibling `dataset_statistics.json`.
 
2
  #
3
  # Load via:
4
  # from semanticvla.model.framework.base_framework import baseframework
5
+ # policy = baseframework.from_pretrained("pytorch_model.pt")
6
  #
7
  # The loader walks two directory levels up from the checkpoint file to locate
8
  # this `config.yaml` and the sibling `dataset_statistics.json`.
final_model/pytorch_model.pt → pytorch_model.pt RENAMED
File without changes