Václav Volhejn

Results 10 comments of Václav Volhejn

Thank you for clearing this up. It makes sense explained like this, but it feels a bit unintuitive to me :/ The docs say "frequency: Only apply pruning every `frequency`...

@tlrmchlsmth Sure! ``` Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 1 Core(s) per socket: 4 Socket(s): 1 NUMA...

@andy-neuma here it is: ``` [vvolhejn@eu-login-18 ~]$ ls /sys/devices/system/cpu cpu0 cpu3 isolated modalias online present vulnerabilities cpu1 cpuidle kernel_max nohz_full possible smt cpu2 intel_pstate microcode offline power uevent ``` I'm...

@andy-neuma thank you for looking into this. Unfortunately, this did not help. See below - I first demonstrate that the environment variable is set to the file you sent me,...

@andy-neuma Progress - it's a different error now! ```python Python 3.8.5 (default, Sep 27 2021, 10:10:37) [GCC 8.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>>...

@andy-neuma I have checked that - I'm fairly confident that's not the issue because the error is coming from the line [`error = json.loads(ex.stdout)`](https://github.com/neuralmagic/deepsparse/blob/main/src/deepsparse/cpu.py#L132) where the program is actually trying...

Hi! If this something that you find useful, we welcome pull requests. Adding more models requires some manual work because we do need to convert the models to ONNX and...

This might change in the future, but our product [MLTest](https://www.lakera.ai/mltest) maintains 3.6 compatibility at the moment. You can use the backport https://pypi.org/project/dataclasses/ to get dataclasses in Python 3.6, though.

After an internal discussion, we did release version 4.0.0, which bumped the minimum Python version to 3.8, the lowest version that still hasn't reached end-of-life.