-
Having an issue when using GPU where it hangs on saving the index plan
hangs here:
`[Feb 06, 20:31:34] [0] # of sampled PIDs = 519 sampled_pids[:3] = [426, 10, 305]
Expand
[Feb 06, 20:31:34…
-
I have noticed that changing the description of the signature (desc) does not change the results at all.
Although in the intro tutorial, it was mentioned that "we can tweak the descriptions in the Si…
-
This happens regardless of whether you pip install or git clone the source. I am using the BootstrapFewShot teleprompter as shown in the intro notebook
It works fine in zero shot mode (no compilati…
-
I have a Q&A task, and I want to use a teleprompter to compile the Baleen program.
Instead of using the validation metric `validate_cotext_and_answer_hops` I want to use my own evaluator, which is…
-
I am trying to use DSP in a ipynb I wrote that sends hundreds of prompts to the openai api. Because of the volume, I previously used `Pool` from the `multiprocessing` library to parallelize my request…
-
# Weekly GitHub Trending! (2023/09/04 ~ 2023/09/11)
## Python trending 6repo's
### [KillianLucas](https://github.com/KillianLucas) / [open-interpreter](https://github.com/KillianLucas/open-interpreter…
-
While exploring and building with prominent frameworks I've been wondering how DALMs would integrate into these.
The Arcee client helps executing dalm routines in its own setting, but shall we consid…
-
Is this possible/financially feasible? Is the evaluation only used when the pipeline is teleprompted, or is it run for every prediction?
-
## Summary
| Status | Count |
|---------------|-------|
| 🔍 Total | 29144 |
| ✅ Successful | 27057 |
| ⏳ Timeouts | 0 |
| 🔀 Redirected | 0 |
| 👻 Excluded | 1937 |
| ❓ Unknown…
-
First of all, thanks for opensourcing your work, I think it's a great step in the direction of making LLM tools more sane.
I see that DSP uses dotdict which leads to extremely dynamic behavior that…