Meng Lin

Results 16 comments of Meng Lin
trafficstars

@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? -...

@fabien-ml @jer3m01 Can we close this issue. Since the `Search` component addresses this issue? The reason to creating separate component is to allow better defaults, separate features and avoid bloating...

@army-u8 A new `Search` component will be released soon. Preview: https://deploy-preview-506--kobalte.netlify.app/docs/core/components/search/#usage Is this the feature you were looking for?

@ignatz it's been a while shall we close this issue?

Here there, cool project. I happen to be working on something kinda similar (for piano to midi transcription): [Musidi](https://www.musidi.org) I suggest taking a look at parallel processing for audio related...