cjpais commited on
Commit
2527f0c
1 Parent(s): d6fc056

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -11,6 +11,13 @@ A [llamafile](https://github.com/Mozilla-Ocho/llamafile) generated for [moondrea
11
 
12
  Big thanks to [@jartine](https://huggingface.co/jartine) and [@vikhyat](https://huggingface.co/vikhyatk/moondream2) for their respective works on llamafile and moondream
13
 
 
 
 
 
 
 
 
14
  # ORIGINAL MODEL CARD
15
 
16
  moondream2 is a small vision language model designed to run efficiently on edge devices. Check out the [GitHub repository](https://github.com/vikhyat/moondream) for details, or try it out on the [Hugging Face Space](https://huggingface.co/spaces/vikhyatk/moondream2)!
 
11
 
12
  Big thanks to [@jartine](https://huggingface.co/jartine) and [@vikhyat](https://huggingface.co/vikhyatk/moondream2) for their respective works on llamafile and moondream
13
 
14
+ ## How to Run (on macos and linux)
15
+
16
+
17
+ 1. Download moondream2.llamafile
18
+ 2. `chmod +x moondream2.llamafile` - make it executable
19
+ 3. `./moondream2.llamafile` - run the llama.cpp server
20
+
21
  # ORIGINAL MODEL CARD
22
 
23
  moondream2 is a small vision language model designed to run efficiently on edge devices. Check out the [GitHub repository](https://github.com/vikhyat/moondream) for details, or try it out on the [Hugging Face Space](https://huggingface.co/spaces/vikhyatk/moondream2)!