Theresa Barton
Theresa Barton
Why is there a cyclical component to the actuation function here? Otherwise does the nn controller not learn a time dependent control signal? https://github.com/yuanming-hu/difftaichi/blob/master/examples/mass_spring.py#L107
I get an error when I run the notebook. I cannot write file because this directory './data' does not exist. This pr fixes that. To reproduce the error you can...
As far as I understand,`current_chunk_incomplete` denotes when the streamer has not finished writing the archives in the dir. It never gets renamed to `current_chunk_complete` so the user doesn't know when...
Here is code we use to test our benchmark tasks by using a series of progressively more advanced models to see if the benchmarks effectively differentiate between them, and at...
[BugFix][SpecDecode] Allow Vllm to run with spec dec where the draft model is Sharded over more gpus
By enabling sharding of the draft model, this change makes it possible to handle significantly larger models without being constrained by a single GPU’s memory and compute limitations. Implemented the...