The app crashes when using modelPath after downloading the file from network. ``` const llmInference = useLlmInference({ storageType: 'file', modelPath: '/data/user/0/com.offlinellmpoc/files/gemma-2b-it-cpu-int4.bin', }); ``` or ``` const llmInference = useLlmInference({ storageType: 'file', modelPath: 'file:///data/user/0/com.offlinellmpoc/files/gemma-2b-it-cpu-int4.bin', }); ```