Filip Dimitrovski
                                            Filip Dimitrovski
                                        
                                    Also, keep in mind that the `Makefile` by LKH that you modified isn't used in the build process, it has to be CMake. Edit: actually never mind, I guess milkshake...
1. I apologize for spelling `milksnake` incorrectly. It's not a milkshake, huh 🤣 2. I'm getting errors when doing a build: ``` running bdist_wheel running build running build_py error: [WinError...
@Mortal I am getting the following error ``` process_begin: CreateProcess(NULL, cc -fPIC -c -o OBJ/Activate.o Activate.c -O3 -Wall -IINCLUDE -DTWO_LEVEL_TREE -g, ...) failed. make (e=2): The system cannot find the...
@MaoHeiHei More information? Do the wheels not work for you? Are you trying to compile?
@gzodx @dula34 @andreyrd Hey, I've released a new version with Retrofit 2.9, and some niceties: a new demo app, a function for checking if current callback is loaded from disk,...
@kabirnayeem99 @mohammadaminha Can you check the new demo app and the new version? To install the new version, change the `implementation` line in Gradle, as mentioned in the README. The...
Hey, I added a way to check if cache is used: `SmartCache.isResponseFromNetwork()` that you can use in your callback. Cache can be cleared as well, you can check the new...
> Check out #777. We are working on supporting 0dim tensors, which include a refactor of `__getitem__`. @Joqsan Did a merge of this + #777 at `fikisipi:slice-ellipsis2` and the ops...
> Still working on this? I like this feature. @geohot Now that #777 is merged and refactors slices, I'm in a position where I can finish this PR in a...
@geohot @Joqsan * [x] `test_ops.py` passes with ellipses at start, beginning and end positions (with and without None singletons) * [x] onnx tests aren't affected * [x] pylint passes ##...