midnightcoderagent commited on
Commit
32ed19b
·
verified ·
1 Parent(s): 8eb39de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -26,6 +26,21 @@ MidnightCoder-30B-GGUF is designed for developers who want to run a powerful cod
26
 
27
  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.
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ## 🔗 Midnight Coder Agent
30
 
31
  - **GitHub:** https://github.com/midnightcoderagent/Midnight-Coder
 
26
 
27
  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.
28
 
29
+ ## Run directly with Ollama
30
+
31
+ You can download and run MidnightCoder-30B directly from Ollama:
32
+
33
+ ```bash
34
+ ollama run midnightcoderagent/MidnightCoder-30B
35
+ ```
36
+
37
+ Or pull it first:
38
+
39
+ ```bash
40
+ ollama pull midnightcoderagent/MidnightCoder-30B
41
+ ```
42
+
43
+
44
  ## 🔗 Midnight Coder Agent
45
 
46
  - **GitHub:** https://github.com/midnightcoderagent/Midnight-Coder