xaedes
xaedes
https://github.com/hku-mars/ikd-Tree/issues/22 Right now the header file is "using namespace std". This is considered bad practice, but easy to fix. Additionally is used to put the current thread to sleep. This...
Right now the header file is "using namespace std". This is considered bad practice, but easy to fix. Additionally is used to put the current thread to sleep. This is...
Is there some kind of API reference? netmq.readthedocs.io is just prosa and examples. The code contains lots of documenting comments, where is the autogenerated documentation from this?
I get following error when trying to convert camel case text to underscore: > Traceback (most recent call last): > File "...\Sublime3\sublime_plugin.py", line 818, in run_ > return self.run(edit) >...
When using offloading in flex_opt I get a PermissionError on windows. This line throws the error: https://github.com/FMInference/FlexGen/blob/main/flexgen/pytorch_backend.py#L664 ``` os.remove(tensor.data) ``` It happens, because the filepath `tensor.data` is still open as...
I have implemented functions for getting and setting the rest of the model state. It includes: random number generator state, logits, embedding and kv_cache. It was necessary to store the...
I improved the training process (https://github.com/ggerganov/llama.cpp/pull/1360) by some orders of magnitudes, replacing naive backward passes with dedicated operations. The training can now also use flash attention to support bigger context...
Previously it was possible to set low level flight controller target via topics. Now this seems to be entirely replaced by services. This may make sense for high level control....