-
1. [x] download data https://github.com/TomographicImaging/SyneRBI-Challenge/blob/nema-data/src/SIRF_data_preparation/prepare_data.py
2. [x] run NEMA reconstruction (BSREM Algorithm) https://github.c…
-
``` d
@fastmath double reduce2(alias fun)(double seed, double[] a, double[] b)
{
foreach(i; 0..a.length)
seed = fun(seed, a[i], b[i]);
return seed;
}
```
`reduce2!((seed, a, b) => s…
-
ALS effect added in issue #737
The wings, leading edge, fuselage, and tail can be made dirty (splashed bugs and dirt) separately. See https://github.com/c172p-team/c172p-detailed/pull/973#issuecom…
-
### Your current environment
Output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.3.1+cu121
Is debug build: False
CUDA used to build PyTor…
-
... as discussed in the meeting, for comparison.
-
### Your current environment
vLLM API server version 0.5.4
python 3.11.5
when i use vllm to doploy the model Mistral-Large-Instruct-2407-bnb-4bit,there is something wrong
the model is from https…
-
The Gut Microbiome Is Associated with Clinical Response to Anti–PD-1/PD-L1 Immunotherapy in Gastrointestinal Cancer - Peng et al - Cancer Immunol Res.
https://aacrjournals.org/cancerimmunolres/artic…
-
Some thoughts and ideas for 1.11.2
Currently I have a mostly working build for 1.11.2, except for translations. However, I am considering reworking some of the code. I'd like to start looking at "c…
lehjr updated
5 years ago
-
### Your current environment
docker image vllm/vllm-openai:v0.6.2 and vllm/vllm-openai:v0.6.3
command:docker run --runtime nvidia --gpus '"device=0,1"' -d -v /data/model/llama:/data/model/llama -p 8…
-
Running `flutter pub run build_runner build --delete-conflicting-outputs` at least 15-20 minutes for every change in a `graphql` file. I tried modifying `build.yaml` and adding `generate_for` but it d…