Views
No views yet
MyCustomModelForCausalLM architecture used in the MAX custom architecture example.1max generate \
2 --model-path rachfop/max-custom-architecture-example \
3 --custom-architectures /path/to/max/examples/custom-model-architectures \
4 --quantization-encoding float32 \
5 --prompt "Hello world" \
6 --max-new-tokens 10model.py)arch.py)model_config.py)weight_adapters.py)