Instructions to use TIGER-Lab/AceCodeRM-32B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TIGER-Lab/AceCodeRM-32B with Transformers:
# Load model directly from transformers import AutoTokenizer, Qwen2ForCausalRM tokenizer = AutoTokenizer.from_pretrained("TIGER-Lab/AceCodeRM-32B") model = Qwen2ForCausalRM.from_pretrained("TIGER-Lab/AceCodeRM-32B") - Notebooks
- Google Colab
- Kaggle
Llama.cpp suppfor for Qwen2ForCausalRM?
#1
by twoxfh - opened