Vincent Brouwers

Results 15 issues of Vincent Brouwers

### Problem The download button currently expects its data to be available when declaring the button. If data needs to be read from disk (or worse: compiled multiple disk sources),...

type:enhancement
feature:st.download_button
status:likely

### Summary I have a multi-page streamlit app with a file called `01_⚖️_some_page.py`. But instead of seeing `⚖️ some page` in the side bar , I get `⚖ some page`....

bug
confirmed 🤝
P2 ⛈
multipage app

Hi, I've found a bug/quirk with the autocompletion that is quite annoying. When I (for example) type `cat`, it suggests a list of possible options and files. But when I...

## Description I'll try to be as clear and concise as possible, but I cannot see anything related to my repositories. The screens are stuck on their loading placeholders. I...

🐞 Bug

Added the option to run Doccano with a URL prefix instead of always running from the domain root. The prefix is configured by specifying a `BASE_URL` environment variable. This PR...

Hi, When I use Mamba on a company server, I notice it hangs for a long while before it even starts looking through repos. It could be that my company...

Hi, This PR adds support for seq2seq (encoder-decoder) models like T5, UL2 and their FLAN variants. The FLAN models are pretty good few/zero shot learners and found it was a...

**What** I added a `wrap_method` decorator to `modules/extensions.py`, which can be used to easily mark methods to be "wrappable" by extensions. For now, I only marked `generate_reply`, which allows extensions...

Pending changes

# What does this PR do? This PR automatically points tensors that were removed due to deduplication to their still existing twin. In `server.text_generation_server.utils.convert.py#convert_file`, tensors that have a value equal...

## Is your feature/enhancement proposal related to a problem? Please describe. At work, we use scanning tools to check if there are any known vulnerabilities in our images before we...

⭐ enhancement