-
### Describe the bug
Several tests (e.g. import related ones) currently fail in GraalPython while setting up the code objects during import:
```
ValueError: Bytecode version mismatch, expected 29 a…
-
### What happened?
What does this error mean?
```
id_seq_name = "id_seq"
id_seq_journal = sqlalchemy.Sequence(f"{id_seq_name}_journal") # Workaround for DuckDB SERIAL type issue
# https://gi…
-
@wader asked for some sort of string form that makes it easy enough to cut-n-paste strings like regexps and such with minimal quoting necessary. Suggestions include:
- "raw" literals with no inter…
-
## ldap2pg.yml
``` yaml
privileges:
connect:
- __connect__
priv_readers:
- __connect__
- __select_on_tables__
- __select_on_sequences__
- __usage_on_schemas__
- __usage_o…
-
When I Rawcooked DPX sequences longer than approximately 15 minutes the result is MKV files that are "Not Valid" according to the Media Conch implementation checker. Other sequences Rawcooked fine. …
-
Hi,
I have used VirSorter2 to identify the viral genomes from the metagenome assemblies successfully. The command I have used was "virsorter run --prep-for-dramv -w DRTY10_201912_sfd_ge10kbp.out_v2 -…
-
#### Repro steps
Consider a record declaration like this:
``` fsharp
type Customer =
{ Id : int
First : string
Last : string }
```
If I select it and press tab, I get this:
``` fs…
-
# 🧐 Problem Description
Fast-LLM lacks support for Llama 3.x models due to missing compatibility with Llama-3-style RoPE scaling. This prevents us from effectively training or using Llama 3.x check…
-
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?
-
Hello Jihoon, thanks for sharing this code. I've adapted it to take a different model for a separate project by creating new variables in cmib/model/skeleton.py, but I can't seem to produce meaningful…