Todsaporn Banjerdkit
Todsaporn Banjerdkit
After follow the guide at last step https://postgresml.org/docs/guides/unified-rag#unified-retrieval-+-reranking-+-text-generation I got this error after run the query (via Docker) I think is crash at `pgml.transform` ``` SSL SYSCALL error: EOF detected...
after try step from readme ``` curl -X POST http://127.0.0.1:8080/v1/create/rag -F "[email protected]" ``` It took 590824.84 ms = nearly 1 minute for only chunking 306 lines (91KB) file on m3...
Refer to: https://github.com/philschmid/deep-learning-pytorch-huggingface/blob/main/training/dpo-align-llms-in-2024-with-trl.ipynb ```python for prompt in prompts: # 👇 No use? messages = pipe.tokenizer.apply_chat_template([{"role":"user", "content": prompt}], tokenize=False) outputs = pipe(prompt, max_new_tokens=2048, do_sample=True, temperature=1.0, top_k=50, top_p=0.9, eos_token_id=tokenizer.eos_token_id, pad_token_id=tokenizer.pad_token_id) print(f"**Prompt**:\n{prompt}\n") print(f"**Generated...
**Problem** Got an error for `/interfaces/kalosm/examples/live-qa.rs` example. ``` > hi Error: Failed to run search on table: Arroy error: Metadata are missing on index 0, You must build your database...
I try [2048](https://github.com/OpenPipe/ART/tree/main/examples/2048) example and only one scores in the end (step 27), other is always `{'scores': []}` ```bash [RULER] Pretty-printed LLM choice JSON: {'scores': []} Swallowed exception: Skipping tuning...