22 lines
434 B
Markdown
22 lines
434 B
Markdown
---
|
|
license: other
|
|
language:
|
|
- en
|
|
pipeline_tag: text-generation
|
|
inference: false
|
|
tags:
|
|
- transformers
|
|
- gguf
|
|
- imatrix
|
|
- CodeQwen1.5-7B
|
|
---
|
|
Quantizations of https://huggingface.co/Qwen/CodeQwen1.5-7B
|
|
|
|
# From original readme
|
|
|
|
## Requirements
|
|
The code of Qwen1.5 has been in the latest Hugging face transformers and we advise you to install `transformers>=4.37.0`, or you might encounter the following error:
|
|
```
|
|
KeyError: 'qwen2'.
|
|
```
|