Instructions to use mradermacher/Qwen3-235B-A22B-Instruct-2507-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Qwen3-235B-A22B-Instruct-2507-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Qwen3-235B-A22B-Instruct-2507-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
auto-patch README.md
Browse files
README.md
CHANGED
|
@@ -64,6 +64,6 @@ questions you might have and/or if you want some other model quantized.
|
|
| 64 |
|
| 65 |
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
| 66 |
me use its servers and providing upgrades to my workstation to enable
|
| 67 |
-
this work in my free time.
|
| 68 |
|
| 69 |
<!-- end -->
|
|
|
|
| 64 |
|
| 65 |
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
| 66 |
me use its servers and providing upgrades to my workstation to enable
|
| 67 |
+
this work in my free time.
|
| 68 |
|
| 69 |
<!-- end -->
|