Feng Wang
Feng Wang
To reproduce: run ./example/hello with valgrind: ``` ==2521191== Memcheck, a memory error detector ==2521191== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2521191== Using Valgrind-3.15.0 and LibVEX;...
In the test 'test_worker.js', after parent thread set worker.onmesssage to null and 'terminated' the worker, the worker would still be running since its parent.onmessage was not set to null. This...
We implemented a plugin that basically changes the behavior how mosquitto treats repeating client ids. The default behavior is to kick the old connection with the same client id. While...
This might not be a leak that will accumulate. But since there is an option to exit gracefully, it would be nice to release all the resources while doing that....
Hi unsloth team. I'm wondering if you have plans for supporting the [microsoft/Phi-3-mini-128k-instruct](https://huggingface.co/microsoft/Phi-3-mini-128k-instruct)? Also, is it viable for a average user like me to help porting a model to unsloth?...
## Why is this change made The original http requests in `miot_cloud.py` use a async wrapper around a blocking call. Which will spawn a new thread for each http call....
## Why is this change made Lan and mips uses a python version of tev. Since asyncio is already used in the project, it is better to align the event...
## Why is this change made The mips module uses tev as the event loop. Since asyncio is already widely used in this project, it would be better to change...
### Describe the bug The Intel M10 is an nvme optane drive running on a pcie3.0x2 bus. Please check [Intel® Optane™ Memory M10 Series](https://www.intel.com/content/www/us/en/products/sku/135581/intel-optane-memory-m10-series-16gb-m-2-80mm-pcie-3-0-20nm-3d-xpoint/specifications.html) for details. The CM4 can recognize...