Add README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
model_creator: facebook
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
---
|
7 |
+
|
8 |
+
# chameleon-7b-GGUF
|
9 |
+
|
10 |
+
This repo contains GGUF files of the [chameleon-7b](https://huggingface.co/facebook/chameleon-7b) model. These files can be used for inference using [llama.cpp](https://github.com/ggerganov/llama.cpp) and derivative software such as [ollama](https://github.com/ollama/ollama) and [LM Studio](https://lmstudio.ai/).
|
11 |
+
|
12 |
+
Note: The GGUF files do not include the image tokenizer (VQ-VAE model) and thus can only be used for text-only inference.
|