abtonmoy commited on
Commit
aa3970e
·
verified ·
1 Parent(s): b467a01

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -281,7 +281,7 @@ caveat above applies to the two-stage rows as well.
281
  <details>
282
  <summary>Requirements</summary>
283
 
284
- `torch`, `transformers>=4.46`, `pillow`, `numpy`, and `huggingface_hub` if loading by repo id.
285
  The DINOv2 backbone downloads from Meta's repository under Apache-2.0. Runs on CPU; float16 on
286
  CUDA is the precision every reported number was produced at.
287
  </details>
 
281
  <details>
282
  <summary>Requirements</summary>
283
 
284
+ `torch`, `transformers>=4.46`, `safetensors`, `pillow`, `numpy`, and `huggingface_hub` if loading by repo id.
285
  The DINOv2 backbone downloads from Meta's repository under Apache-2.0. Runs on CPU; float16 on
286
  CUDA is the precision every reported number was produced at.
287
  </details>