Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,10 @@ base_model: microsoft/Phi-4-mini-instruct
|
|
11 |
**Original model**: [Phi-4-mini-instruct](https://huggingface.co/microsoft/Phi-4-mini-instruct)<br>
|
12 |
**GGUF quantization:** provided by [bartowski](https://huggingface.co/bartowski) based on `llama.cpp` release [b4792](https://github.com/ggerganov/llama.cpp/releases/tag/b4792)<br>
|
13 |
|
|
|
|
|
|
|
|
|
14 |
## Technical Details
|
15 |
|
16 |
Supports a context length of 128k tokens.
|
|
|
11 |
**Original model**: [Phi-4-mini-instruct](https://huggingface.co/microsoft/Phi-4-mini-instruct)<br>
|
12 |
**GGUF quantization:** provided by [bartowski](https://huggingface.co/bartowski) based on `llama.cpp` release [b4792](https://github.com/ggerganov/llama.cpp/releases/tag/b4792)<br>
|
13 |
|
14 |
+
## Requirements
|
15 |
+
|
16 |
+
As of February 28th, requires use of the *Beta* runtime in LM Studio
|
17 |
+
|
18 |
## Technical Details
|
19 |
|
20 |
Supports a context length of 128k tokens.
|