Instructions to use diffusion-reasoning/LLaDA-8B-Instruct-wd1-acecode-iter100 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use diffusion-reasoning/LLaDA-8B-Instruct-wd1-acecode-iter100 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="diffusion-reasoning/LLaDA-8B-Instruct-wd1-acecode-iter100", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("diffusion-reasoning/LLaDA-8B-Instruct-wd1-acecode-iter100", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
f4f4c7a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9b4b5b5812298e49375edbcef37778ae5356e9492f99d971a2ef3192a3e852f6
size 4966258728
|