Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip failing model until issues is resolved (#638)
Depending on which machine Llama inference test lands, it'll ether pass or fail due to system DRAM limitations. In sum, during compile time Llama inference requires around 32GB of system memory, which is on limit for most machines. Therefore, untill this issues is resolved we're skipping this test to unblock our CI.
- Loading branch information