Andrea Masciotta

Results 9 comments of Andrea Masciotta

I'm facing the same problem. The workaround I've tried is rebuilding the container and manually overriding the Python version, as indicated [here](https://github.com/dusty-nv/jetson-containers?tab=readme-ov-file#changing-cuda-versions) and then [here](https://github.com/dusty-nv/jetson-containers/blob/master/docs/build.md#changing-versions). I've run the command ```...

I will definitely try to build it myself. Any other suggestion on how to set compile options to work best on Jetson Xavier and Orin? Finally, a note: `LLAMA_CUBLAS` is...

Hi! I wrote this for `std::chrono::system_clock::time_point`. It's just a starting point, but maybe it can help in some way ``` {_MyDur._MyRep/36000000000}:{(_MyDur._MyRep - 36000000000*(_MyDur._MyRep/36000000000))/6000000000}{(_MyDur._MyRep - 6000000000*(_MyDur._MyRep/6000000000))/600000000}:{(_MyDur._MyRep - 600000000*(_MyDur._MyRep/600000000))/100000000}{(_MyDur._MyRep - 100000000*(_MyDur._MyRep/100000000))/10000000}.{(_MyDur._MyRep -...

A little improvement ``` {(_MyDur._MyRep / (24 * 60 * 60 * 10000000ull))} days {(_MyDur._MyRep % (24 * 60 * 60 * 10000000ull))/(10 * 60 * 60 * 10000000ull)}{(_MyDur._MyRep %...

I managed to print the year and the day of the year. Added some comments to explain the computation. Now it prints `year: 1985 DoY: 364 23:48:59.1234567 hh:mm:ss` ``` year:...

> The Versions with 11kW up still have been using the old interface and controller. I´d try "ALTHERMA(LT_CA_CB_11-16KW)" Should I use `#define PROTOCOL 'S'` or `#define PROTOCOL 'I'`? I don't...

By following your suggestion and doing some experiments I noticed that there is no need to use the "S" protocol. The HP answers to the "I" protocol as well. Moreover,...

The main problem at the moment is that I can't get the flow rate of the water. If I uncomment the line ``` {0x62,9,105,2,-1,"Flow sensor (l/min)"} ``` the HP replies...