-
General Coding Tips:
1. Avoid the use of hard-coded numbers. It’s best to define your variables under a reasonable name and use them within the rest of your code so that we can understand where the…
-
Hi,
I have the issue that my sequences are strongly varying in length, with sometimes having outliers that are an order of magnitude longer than the average. In default pytorch one can only pass a pa…
-
Thanks for your interesting work! As we know that many LLMs have max input length (such as 4096), how do you truncate the time-series data when it is too long?
-
We classified metagenomic reads using a custom database.
This is the Kraken2 classification for an example paired read (from the .krak file)
taxid 2161 83|86 0:42 2161:5 0:2 |:| 0:1 2161:1 0:3 2…
-
## Expected Behavior
I expect using `colabfold_search` with locally prepared DBs to give the same MSA results as those using `colabfold_batch` with the MSA server.
## Current Behavior
The two…
-
As the title says. If the sentence contains more tokens than 512, maximum sequence length of BERT,
`python
IndexError: index out of range in self
`
Is received from Embedding layer of BERT. Can…
-
Hai borisu,
i have some problem when i run the controller with the result of many loop, that give me error time out.
Here are my code
`
-
I am having bad quality results with prompts longer than 2048 tokens with a LoRA trained with alpaca_lora_4bit.
These are the settings I am using:
```
config = ExLlamaConfig(model_config_path) …
-
- [ ] `ln=target` should color symlinks like their target
#11 was closed as wontfix, but this might be possible now after #45.
- [ ] `ca` (regular file with [capabilities](https://sites.google…
-
I tried the `Real-time data streaming` example from the [documentation](https://www.dash-extensions.com/components/websocket).
It works as advertised when run locally, but I need to deploy my inte…