Meng Lin

Results 6 comments of Meng Lin

@johnsonchau-bulb It's likely that AWS lambda ARM does not populate CPU info into the "/sys" folder. So essentially onnxruntime is trying to read a nonexistent file and directory. The following...

@chenfucn, Referencing your PR #10199: I located the [file reader code in pytorch/cpuinfo](https://github.com/pytorch/cpuinfo/blob/959002f82d7962a473d8bf301845f2af720e0aa4/src/linux/cpulist.c#L132) that may be causing the file read issues for AWS lambda ARM64. My AWS lambda directory probing...

> As a sidenote, I would not recommend deploying hugging face models in AWS lambda as it takes a long time to download models. Furthermore, even when using EFS to...

The html returned seem to even appear on the realestate.com.au landing page too: ``` window.KPSDK={};KPSDK.now=typeof performance!=='undefined'&&performance.now?performance.now.bind(performance):Date.now.bind(Date);KPSDK.start=KPSDK.now(); ``` Maybe, what we need is some sort of cookie injection that injects the...

Thank you for your investigation. Looks like bypassing KASADA would require an automated browser to evaluate the KPSDK javascript bundle. Regardless, realestate.com.au limits the amount of paginated pages.

Hi [nycco](https://github.com/nycco), I appreciate your feedback. I'm not sure if I understood your questions: **1. Disabling bodyscroll on Safari iOS:** 1.1 Did you want to remove the scroll bar? -...