-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
tensorflow-lite:2.16.1
### Custom code
No
### OS p…
-
# In your bug report please include:
* CPU architecture: PowerPC
* Operating System: macOS
* Python version: 3.11.10
* Version of py-cpuinfo: 9.0.0
`cpuinfo` omits `PPC`/`PPC_32` in the list wh…
-
This is not a big deal, since probably no one will get bit by this, but all of the CPU info functions race to initialize on the first call.
It might be worth detecting _all_ the CPU stuff in a sing…
-
### System information
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Linux Ubuntu 23.10
- **GCC/Compiler version (if compiling from source)**: 13.2.0
- **CUDA/cuDNN version…
-
Hello, thanks for sharing your work. I'm facing two issues.
1) ModuleNotFoundError: No module named 'cpuinfo'. The module 'py-cpuinfo' is missing from requirements.txt
2) ModuleNotFoundError: No m…
-
Have problem with Rock 4SE, that CPU Serial is 0000000000000000 in output of /proc/cpuinfo
I read that playerId will be generated with output of cat /proc/cpuinfo |grep Serial|awk '{print $3 }'
I…
-
hello recently i have this error message don't know what to do
Missing or outdated packages: py-cpuinfo==3.3.0
Installing/Updating missing packages...
Collecting py-cpuinfo==3.3.0
Using cache…
-
Comments in function bodies don't indent properly when followed by macros, for example:
```C++
void Context::cpuInfo() {
//////////////////////
// CPU Architecture //
//////////////////////
…
-
In some systems, measure the frequency is not possible due to `perf_event_open` being unavailable (like in #260). Thus, having a fallback that relies on `/proc/cpuinfo` would improve resilency of the …
-
BoardInfoHelper.class is unable to detect my RaspberryPi 5 board type due to error:
`Could not execute cat /proc/cpuinfo | grep 'Revision' | awk '{print $3}' to detect the board model: IOException: C…