Matthew Jones
Matthew Jones
Right now I am using pypi for source release: https://pypi.python.org/pypi/py-cpuinfo . Do you think I should have tarballs on both github and pypi? I'll look into getting the tarballs signed.
In py-cpuinfo 5.0.0 and greater, the1 second delay is from when py-cpuinfo runs the CPUID instruction to measure the CPU Hz. It gets the CPU ticks, sleeps for 1 second,...
Looks like we can use this: https://groups.google.com/forum/#!topic/nzpug/_5sFW9BEMQ4 and multiprocessing.cpu_count()
Looks like I introduced this in #143 when trying to remove empty fields. I'll see if I can fix this. Thanks
Sorry that took so long. It should work correctly now. I updated the filter so it will be able to not filter out specific values such as: ```python _filter_dict_keys_with_empty_values(info, {'stepping':0,...
What version of py-cpuinfo are you using?
There isn't a way to do it yet. I'm trying to make py-cpuinfo work consistently on every OS. Unfortunately there does not seem to be a way to do it...
I don't have a loongarch CPU to test this on. Can you add a test to the test suite that verifies that this works?
If you want, you can update the current pull request, or make a new one. Thanks.
I'm not sure what you are asking. What do you mean by dataset?