| 16 | case assets::TensorStorageType::F32: |
| 17 | case assets::TensorStorageType::F16: |
| 18 | case assets::TensorStorageType::BF16: |
| 19 | case assets::TensorStorageType::Q8_0: |
| 20 | return; |
| 21 | default: |
| 22 | throw std::runtime_error( |
| 23 | "RoFormer weight_type currently supports only native, f32, f16, bf16, and q8_0"); |
| 24 | } |
| 25 | } |
| 26 |
no test coverage detected