Any-to-Any
Safetensors
Transformers
LongCat-Next
longcat_next
text-generation
multimodal
custom_code
Instructions to use Artificial-Production-Units/LongCat-Next with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Artificial-Production-Units/LongCat-Next with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("Artificial-Production-Units/LongCat-Next", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
| name: longcat_next | |
| dependencies: | |
| - python=3.10 | |
| - ffmpeg<7 | |
| - pip | |
| - pip: | |
| - soundfile==0.13.1 |