raoul grouls
raoul grouls
still not solved?
Same issue, still... Seems like I have to abandon developing with trax, at least, locally.
I followed the README: - installed libtorch from the PyTorch page - The libtorch zip is unpacked. I point the variables to the libtorch folders - Added the additional paths...
Ah, yes, so that's the problem. - I created a venv with `python -m venv env` - `pip install torch` - navigated into the environment, find the `lib/python3.9/site-packages/torch` location, added...
The last update to trac was two years ago. The project seems abandoned. So I wouldn't expect anything here and move on to other frameworks
I will start working on this, probably tomorrow
Can you confirm that this works? `ioreg -rw0 -c AppleSmartBattery | grep BatteryData | grep -o '"AdapterPower"=[0-9]*' | cut -c 16- | xargs -I % lldb --batch -o " print/f...
That seems to be kind of off... Not sure what happened. I will check my own numbers.
> The important thing nowadays is to be able to give a good demo, not support actual user workflows. > > That seems like the flaw of many projects nowadays....
Yes, currently, if I want to update a global tool, my workaround is: rye tools uninstall uv && rye tools install uv Or something along those lines.