-
The default setting for the minibuffer prompt, at least on the version I have, had a bright background with bright foreground text, which made it impossible to read -- at least it was impossible for m…
-
For the following simple ipywidgets code:
```Python
%pip install ipywidgets
# Import IPython widgets for interactive input
from IPython.display import display
import ipywidgets as widgets
# …
-
what is the code for llamaindex
def generate_text(
self,
prompt: PromptValue,
n: int = 1,
temperature: float = 1e-8,
stop: t.Optional…
-
Thank you for releasing the model.
The paper mentions that text prompts are encoded using a pretrained `ViT-L/14@336px` CLIP model. CLIP embedding from this model are of size 768 while SegmentAnythin…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
Thanks for opening source the powfer model. the case show how to generate prompt for text-image and video-image. but If I want to input image-video-text at the same time, how to generate prompt proper…
-
### System Info
Python 3.9.18
```
peft==0.13.0
transformers==4.45.1
```
### Who can help?
_No response_
### Information
- [ ] The official example scripts
- [X] My own modified scr…
-
Hey,
thanks for providing the wonderful library.
I am using the GPT-4o model as a Ranker. I use BM25 as the initial retriever (take top 100 results). My code breaks for only one query from each TR…
-
### Component
DatePicker (Compat)
### Package version
8.106.4
### React version
17.0.1
### Environment
System:
OS: Windows 10 10.0.19045
CPU: (12) x64 12th Gen Intel(R) Core(TM) i7-12…
-
### Your current environment
The ray version is 2.10.0 and vllm version is 0.5.0+cu117
### 🐛 Describe the bug
Using tp=2 as code listed below:
```python
from vllm import LLM, SamplingParams
…