midnightcoderagent commited on
Commit
2ad434b
·
verified ·
1 Parent(s): ec4a787

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -18,9 +18,15 @@ tags:
18
  - local-ai
19
  ---
20
  ````markdown
21
- # 🚀 Quick Start
22
 
23
- ## Run directly with Ollama
 
 
 
 
 
 
 
24
 
25
  You can download and run MidnightCoder-80B directly from Ollama:
26
 
@@ -44,6 +50,14 @@ The model will be downloaded automatically the first time and cached locally for
44
 
45
  ---
46
 
 
 
 
 
 
 
 
 
47
  ## Download the GGUF
48
 
49
  If you prefer using **llama.cpp**, **LM Studio**, or another GGUF-compatible runtime, you can download the GGUF files directly from this repository.
 
18
  - local-ai
19
  ---
20
  ````markdown
 
21
 
22
+ MidnightCoder-80B is designed for developers who want to run a powerful coding model locally using llama.cpp, Ollama, LM Studio, or any GGUF-compatible inference engine.
23
+
24
+ This distribution is optimized for the Midnight Coder agent but is fully compatible with any coding agent or workflow. It excels at structured, specification-driven software engineering while remaining suitable for general-purpose coding tasks.
25
+
26
+ Run directly with Ollama
27
+ You can download and run MidnightCoder-80B directly from Ollama:
28
+
29
+
30
 
31
  You can download and run MidnightCoder-80B directly from Ollama:
32
 
 
50
 
51
  ---
52
 
53
+ 🔗 Midnight Coder Agent
54
+ GitHub: https://github.com/midnightcoderagent/Midnight-Coder
55
+ Website: https://midnightcoderagent.github.io
56
+ Install: npm install -g midnight-coder (Linux support currently available. Windows and macOS support coming soon.)
57
+ Issues & Feature Requests: https://github.com/midnightcoderagent/Midnight-Coder/issues
58
+
59
+
60
+
61
  ## Download the GGUF
62
 
63
  If you prefer using **llama.cpp**, **LM Studio**, or another GGUF-compatible runtime, you can download the GGUF files directly from this repository.