Adam Pocock
Adam Pocock
The test failure will be fixed in #276. The Javadoc failures we're still working on. Once #276 is merged in then I'll rerun the action and check that the tests...
Do you want to cross-compile from an x86 machine or compile natively on an M1? I've got a branch where native compilation works, but you need to run the bazel...
When I or someone else figures out how to compile it without needing to run bazel as root we'll merge it into master. We won't be able to do builds...
We don't currently expose `TF_LoadPluggableDeviceLibrary` which is the entry point for the pluggable device infrastructure. If we did, then I think you should be able to download the tensorflow-metal whl,...
Ok, that's good. I've not published anything on PyPI before, and I suspect that'll take a few attempts to get going. The Makefiles for MIToolbox and FEAST currently dump the...
How does this end up packaging the whl? It looks like there are a few extra so files created (in the Python 3.11 version which I pulled down from PyPI),...
I ran `pip install fstoolbox` in Python 3.10 in a Ubuntu 20.04 VM and it's unpacked the wheel over `venv/lib/python3.10/site-packages` in a way that means it can't find `libFSToolbox.so`. ```python...
Given it's a fairly simple C project it might be easier to run the build of both C libraries with `distutils` which should understand how to package things. It may...
Yes, though it may need rebasing to make it merge cleanly. The tests always passed on Java, this adds tests which did fail on android before the JNI refactor last...
Looks like the react code changed a little around me, so I'll rebase this branch on main and then try to figure out what the test should look like.