Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This repository holds:
|
| 2 |
+
- The compiled nyxt extension
|
| 3 |
+
- The prebuilt Mistral 7b 4bit (ada) TensorRT engine.
|
| 4 |
+
- The mistral tokenizer
|
| 5 |
+
- The inference server script
|
| 6 |
+
|
| 7 |
+
The setup.ps1 powershell script (mentioned in https://github.com/cyanff/nyxt?tab=readme-ov-file#how-to-install-nyxt) will download the contentss of this repository.
|