wfwrigh commited on
Commit
cfcc233
·
verified ·
1 Parent(s): 94e2d33

created readme

Browse files
Files changed (1) hide show
  1. README +21 -0
README ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: vishnuOI/unity-coder-30b
3
+ tags:
4
+ - gguf
5
+ - unity
6
+ - game-development
7
+ - csharp
8
+ - quantized
9
+ ---
10
+
11
+ # Unity Coder 30B - Q4_K_M + F16 GGUF
12
+
13
+ Quantized GGUF version of [vishnuOI/unity-coder-30b](https://huggingface.co/vishnuOI/unity-coder-30b) for local inference.
14
+
15
+ - **Base model**: vishnuOI/unity-coder-30b
16
+ - **Quantization**: Q4_K_M + F16
17
+ - **Format**: GGUF (llama.cpp)
18
+
19
+ ## Usage
20
+ Load directly in LM Studio, Ollama, or llama.cpp.
21
+ Still needs testing.