初始化项目,由ModelHub XC社区提供模型

Model: nopperl/chameleon-7b-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-06 17:40:21 +08:00
commit cdffa42b12
4 changed files with 54 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
---
language:
- en
model_creator: facebook
pipeline_tag: text-generation
---
# chameleon-7b-GGUF
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/).
Note: The GGUF files do not include the image tokenizer (VQ-VAE model) and thus can only be used for text-only inference.