-
## Background
[DeepSpeed](https://github.com/microsoft/DeepSpeed) reduces distributed data parallel training memory footprint by partitioning parameters, gradients, optimizer states, and recomput…
-
**Description**
As we observe task-1 its seems that ragchat hallucinates sentences. To improve extracting capability we will implement searching by document section.
**Workflow**
1-Implement a lo…
-
**Is your feature request related to a problem? Please describe.**
Would it be possible to build binary release for Linux x86_64/aarch64?
**Describe the solution you'd like**
As for this exporter…
-
One of relax’s design goal is to enable dynamic shapes and program analysis based on dynamic StructInfos. The shape propagation helps us to build effective dynamic shape aware programs.
Shape can …
-
Hi, thanks for the work on this package. Its really nice to have the freezed functionality with a much simpler syntax.
I see the `ignoreNull` option, but one thing I didn't see in the docs is if i…
-
Throughout the codebase a number of functions are not declared `unsafe` even though they dereference raw pointers passed in as parameters.
All of the functions appear to be non-`pub`, but it still ma…
-
As checked from the code, we have 2 retry logics for retrying 429 errors:
File: oairequester.py
Class: OAIRequester
Function: _call
& Currently both these two retry logics are coupled toge…
-
Hello! This is a general question with regards to metaprogramming and sharing logic with non-macros toolings.
I personally like offering various tools for my packages, and I sure hope that the Dart…
-
If you want to have a bottom navigation bar(CircularNotchedRectangle) with a nice floatingActionButton on all your app sections(pages) but different appBar the only solution is to use nested Scaffolds…
-
Does the reflect package support users who implement Type themselves?
https://golang.org/pkg/reflect/#Type has unexported methods, but it's still possible to implement it by embedding a reflect.Typ…