vikhyatk commited on
Commit
797e1e4
·
1 Parent(s): 1ad313c

update versions.txt

Browse files
Files changed (2) hide show
  1. README.md +6 -2
  2. versions.txt +2 -1
README.md CHANGED
@@ -18,7 +18,7 @@ from PIL import Image
18
 
19
  model = AutoModelForCausalLM.from_pretrained(
20
  "vikhyatk/moondream2",
21
- revision="2025-03-27",
22
  trust_remote_code=True,
23
  # Uncomment to run on GPU.
24
  # device_map={"": "cuda"}
@@ -51,6 +51,10 @@ print(f"Found {len(points)} person(s)")
51
 
52
  ### Changelog
53
 
 
 
 
 
54
  **2025-03-27**
55
 
56
  1. Added support for long-form captioning
@@ -59,4 +63,4 @@ print(f"Found {len(points)} person(s)")
59
  4. Improved text understanding (e.g. OCRBench increased from 58.3 to 61.2)
60
  5. Improved object detection, especially for small objects (e.g. COCO mAP up from 30.5 to 51.2)
61
  6. Fixed token streaming bug affecting multi-byte unicode characters
62
- 7. gpt-fast style `compile()` now supported in HF Transformers implementation
 
18
 
19
  model = AutoModelForCausalLM.from_pretrained(
20
  "vikhyatk/moondream2",
21
+ revision="2025-04-14",
22
  trust_remote_code=True,
23
  # Uncomment to run on GPU.
24
  # device_map={"": "cuda"}
 
51
 
52
  ### Changelog
53
 
54
+ **2025-04-15**
55
+
56
+ (coming soon)
57
+
58
  **2025-03-27**
59
 
60
  1. Added support for long-form captioning
 
63
  4. Improved text understanding (e.g. OCRBench increased from 58.3 to 61.2)
64
  5. Improved object detection, especially for small objects (e.g. COCO mAP up from 30.5 to 51.2)
65
  6. Fixed token streaming bug affecting multi-byte unicode characters
66
+ 7. gpt-fast style `compile()` now supported in HF Transformers implementation
versions.txt CHANGED
@@ -7,4 +7,5 @@
7
  2024-07-23
8
  2024-08-26
9
  2025-01-09
10
- 2025-03-27
 
 
7
  2024-07-23
8
  2024-08-26
9
  2025-01-09
10
+ 2025-03-27
11
+ 2025-04-14