-
Hi Guys,
I have an entity called Precinct as defined below.
```
package city.ui.models;
import java.net.URI;
import io.github.wistefan.mapping.annotations.*;
@MappingEnabled (entityType…
-
Hello!
I'm working with latest version of both Realm, RealmCrust and Crust libraries. I'm getting new issues. In the following model with custom transformations:
``` swift
public class User: Object …
-
**Describe the bug**
A clear and concise description of what the bug is.
es mapping in "jaeger-span.json" the duration type is long, does not match the struct field type uint64,
in my use case, p…
hanjm updated
5 months ago
-
## Summary
Introducing an AI-powered Data Mapper designed to automate the task of correlating input and output record fields, thereby enhancing the developer experience.
## Goals
- Directly m…
-
It may be possible to use Snakemake reporting to make this happen: https://snakemake.readthedocs.io/en/stable/snakefiles/reporting.html
Essentially, figure out how to embed either explicit version …
-
Right now, when we finetune a LoRA on top of e.g. Llama 3.1 8B instruct, even if model_name is `meta-llama/Meta-Llama-3.1-8B-Instruct`, it gets resolved to `unsloth/meta-llama-3.1-8b-instruct-bnb-4bit…
-
For
```
$ rai get-model mb-faa-flights faa-flight/schema-mapping
```
I get:
```
"name": "faa-flight/schema-mapping",
"value": "..."
}
```
This means I need to process the JSON if I w…
-
### System Info
- CPU: i9 9900k
- GPU: RTX 4090
- TensorRT-LLM Version: 0.9.0.dev2024022000
- Cuda Version: Cuda 12.3
- Driver Version: 545.29.06
- OS: Arch Linux, kernel version 6.7.5
### …
-
##### Description
I'm try to generate code from spec using this command:
```
swagger-codegen generate -l swift4 -i receipt-details.json -o "_" --reserved-words-mappings "Error=ErrorModel"
```
…
-
Using released llmcompressor 0.1.0 on python 3.11 on ubuntu 20.04
Phi3Small Instruct does not have the default weights in the mapping (q_proj, k_proj, v_proj), so I supplied my own and it failed wi…