-
TypeError: Promise.bind(...).then is not a function
at module.exports (C:\Users\eugen\AppData\Roaming\npm\node_modules\generator-ng-factory\app\actions\prompting\component.js:11:4)
at C:\Users…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Hi @logan-markewich,
I want to restrict my chatbot strictly to ingested vector space,…
-
A couple issues with the new tensor parallelism implementation!
1) Tensor Parallelism doesn't appear to respect a lack of flash attention, even via the -nfa flag. It also doesn't document flash att…
-
I am wondering if there exists any way to manually clear the cache for static prompt for generator.generate_tokens. We are running an algorithm where a lot of computations can be saved by cache, howev…
-
[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug.
**Describe the bug**
```py
testset = TestsetGenerator.generate_with_langchain_doc…
-
我现在用的代码
```
async def flush_stream(msg:Msg,request: Request):
#param=await request.json()
print(msg.question)
print(msg.history)
if(msg.question):
async def event_genera…
-
Adding LR flips... (doubling the number of images from 13 to 26)
Generating 26 captions using blip in style mode...
All captions loaded from disk, skipping captioning...
WARNING: no captioning text…
40740 updated
1 month ago
-
- [ ] [When prompts and content clash](https://undecidability.com)
# When Prompts and Content Clash
## Snippet
```
# 2024-09-12T10:03:39 conversation: 01j7jv11y7pccsf0vgtbeapdh9
Model: **claude…
-
If a command consists of general options (i.e. options before the command name), click_repl should support modifying them as part of a repl entered command.
Thus, if the command looks like tthis --…
-
Hi there,
As I want to implemente this watermark, could you help invoke a sample code to integrate to model.generate mode? Like the KGW does below.
```
watermark_processor = WatermarkLogitsProces…