-
`Description:` Convert the pyhton scripts that control the car to cpp
`Definition of done:` This issue is considered as done when we have a full cpp system that controls the car
-
add file named "kbc.cpp" that spam "kbc" without ending unless interrupted by the user
hint:
`while(true){
...
}`
-
We need to update the `llama.cpp` integration to follow the new API.
-
# C++ Reference(참조자) | 하루 공부 (Today I Learn)
모두의 코드 내용을 공부하고 정리한 내용입니다.
[https://kimighwan.github.io//cpp/Reference/](https://kimighwan.github.io//cpp/Reference/)
-
mlcsparallel.cpp didn't succeed to compile with ``g++ -pthread mlcsparallel.cpp -o dc.exe``.
Here are the errors :
Line 434 : cannot convert ‘bool’ to ‘int*’.
Same error on line 435.
kylak updated
3 weeks ago
-
Some miscellaneous comments
-
constraints i currently implement like this , ex:
auto constraint_aligned = [this](const Eigen::VectorXd& u) -> Eigen::VectorXd {
Eigen::VectorXd constrained_u = u;
//std::co…
-
As of 3rd December 2024 - fixed.
Please update Unsloth via
```
pip install --upgrade --no-deps --no-cache-dir unsloth
```
-
Some of features like ggml_graph_plan function was removed from ggml library when combining llama.cpp branch, it seems not using the previous branch from ggml with whisper.cpp is fully supported.
I…
-