Errors in compilng enf file having batch_size > 1 with furiosa-compiler command

I got error when compilng enf file having batch_size > 1 with furiosa-compiler command. here is my commands and error logs.

$ furiosa-compiler models/age_i8.onnx --batch-size 8
thread 'main' panicked at 'Mismatch between definition and access of `batch_size`. Could not downcast to TypeId { t: 13834754221672687376 }, need to downcast to TypeId { t: 16733916091185954916 }
', /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/clap_builder-4.3.19/src/parser/error.rs:32:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Here is my furiosa-compiler version.

$ furiosa-compiler --version
furiosa-compiler v0.10.1 (8b00177dc 2023-11-23T02:22:00Z)
backend:
- version: 0.10.1
- revision: 8b00177dc
- built_at: 2023-11-23T02:22:00Z
frontend:
- version: 0.10.3
- revision: 394c19392
- built_at: 2023-11-23T02:25:49Z

Hi,

I’m sorry for a late reply. Many guys were on holiday vacations. Thank you for reporting this bug. This is a bug, and we will fix this, and make a minor release as soon as possible. I’ll update the release date is determined soon.

The hotfix has been released. You can upgrade furiosa-compiler package as the following:

sudo apt-get install -y furiosa-compiler

Please let me know if you have further questions.