Instructions to use odipusraja/gpunet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use odipusraja/gpunet with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("odipusraja/gpunet", dtype=torch.bfloat16, device_map="cuda") prompt = "I like you. I love you" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
A newer version of this model is available: deepseek-ai/DeepSeek-Prover-V2-671B
README.md exists but content is empty.
- Downloads last month
- -
Model tree for odipusraja/gpunet
Base model
nvidia/parakeet-tdt-0.6b-v2