Update README.md
Browse files
README.md
CHANGED
@@ -91,18 +91,18 @@ Please implement A* using python<|im_end|>
|
|
91 |
|
92 |
## How to use
|
93 |
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
|
107 |
## Evals
|
108 |
|
|
|
91 |
|
92 |
## How to use
|
93 |
|
94 |
+
There are many ways to use a huggingface model including:
|
95 |
+
- ollama
|
96 |
+
- LM Studio
|
97 |
+
- Huggingface Transformers library
|
98 |
+
- vllm
|
99 |
+
- sglang
|
100 |
+
- tgi
|
101 |
+
|
102 |
+
### ollama
|
103 |
+
- [Install ollama](https://ollama.com/download)
|
104 |
+
- ```ollama run hf.co/cognitivecomputations/Dolphin3.0-Llama3.1-8B-GGUF:Q4_0```
|
105 |
+
- ```/set system <your system prompt>```
|
106 |
|
107 |
## Evals
|
108 |
|