AbstractPhil commited on
Commit
13ee061
Β·
verified Β·
1 Parent(s): fdbbaff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -13
README.md CHANGED
@@ -10,19 +10,7 @@ tags:
10
 
11
  # Automodel Now Available
12
  ```
13
- # ── Cell 1: Upload the fixed modeling file ──
14
- from huggingface_hub import upload_file
15
-
16
- upload_file(
17
- path_or_fileobj="modeling_flow_match.py",
18
- path_in_repo="modeling_flow_match.py",
19
- repo_id="AbstractPhil/geolip-diffusion-proto",
20
- commit_message="Fix HF PreTrainedModel attributes β€” _tied_weights_keys, post_init",
21
- )
22
- print("βœ“ Updated")
23
-
24
-
25
- # ── Cell 2: Test AutoModel loading + generation ──
26
  from transformers import AutoModel
27
  from torchvision.utils import save_image, make_grid
28
 
 
10
 
11
  # Automodel Now Available
12
  ```
13
+ # ── Test AutoModel loading + generation ──
 
 
 
 
 
 
 
 
 
 
 
 
14
  from transformers import AutoModel
15
  from torchvision.utils import save_image, make_grid
16