-
### Basic questions:
- [X] I am actually using ketting, and not any other software (e.g. magma)
- [X] I am using the latest Ketting version at the time of writing for the Minecraft version, that I…
-
I tried to run the example on my M28K board, but I am confused by the results.
This is my first time writing similar code, so please let me know if there are any issues or if I can improve in any way…
-
Hi, I notice that you utilize builtin DDIM scheduler in inference, however, the discretization of it is different with that used in training stage.
Specifically, the endpoints that split time inter…
-
Just wanted to check that I am doing peaq schedule right. I attach a screenshot of what I see prior to setting any kind of scheduling,
![image](https://github.com/user-attachments/assets/057f9107-b4…
-
There are two new ISIS instruments that need setting up across the Submissions applications. George posted the below message and included a list of tasks, but we should check that it's conclusive when…
-
Currently the update goal location (update goal locations in share_env with the new assignment) is in default entry.
Since it has tiny overheads and will count for given time limit, maybe it's bette…
-
### Summary
When I set a DB_DUMP_BEGIN value without four digits (500), I get an error "_BACKUP_BEGIN is invalid - Unable to perform scheduling". If I set it to 0500, I get the same error. It doe…
-
There is a bug in integer addition in _lthread_usec_now(): signed long time_t overflows. The return statement must look like this:
``` C
/* _lthread_usec_now(): */
return (uint64_t) t1.tv_sec * 1…
-
## In what area(s)?
> /area runtime
> /area operator
> /area placement
> /area docs
> /area test-and-release
## What version of Dapr?
> 1.1.x
> 1.0.x
> edge: output …
-
I'm guessing I'm fundamentally doing this wrong/in a poor form. Currently I am just trying to get a simple http server built on top of sockets and zig-aio. The performance tends to be quite sporadic. …