accplan

Results 2 comments of accplan

The error occurs with pydantic 2.11.0. I had to install pydantic 2.10.6 to get rid of this: ``` pip install pydantic==2.10.6 ```

For anyone who also search for the list of target-features, you can get them by running this command: `llc -march=[TARGET_ARCH] -mattr=help` And if you have rust installed you also can...