-
/api/v1/facility/ is causing n+1 quires due to count of beds and patients,
to optimize this, instead store the count in redis
tasks:
- store count of active patients and beds in redis
- invalida…
-
Dear GengShan,
Hi! Many thanks for your awesome job! I am trying to use your pre-optimized models for evaluation.
`bash scripts/render_mgpu.sh 0 human-cap logdir/human-cap/human-cap.pth "0" 64
…
-
Hi,
Thanks for this great tool! As mentionned in this closed issue #48, @MaartenGr @sujithjoseph did you manage to deal with ONNX backend to support custom optimized ONNX models?
-
are GGUF optimized models supported?
-
-
## What
Let's support more features for `fm-equalize`.
- Parameterize _alpha_ of SmoothQuant.
- Think about how to apply the algorithm to Layernorm.
## Why
> Parameterize _alpha_ of Smoot…
-
### 📦 Environment
Vercel
### 📌 Version
v1.26.11
### 💻 Operating System
Windows
### 🌐 Browser
Chrome
### 🐛 Bug Description
When "Get Model List" is pressed on Github, it reports "0 models avai…
-
### Summary
Several generative models within Ersilia, particularly those used by ChemSampler, would benefit with running on GPU rather than CPU to speed up performance. However, due to the fact tha…
-
I was wondering, if you could also publish a twin app for transcription with focus
on less cpu strain to make transcription available on potato laptops too?
-
ONNX has evolved into much more than just a specification for exchanging models. Here's a breakdown of why:
ONNX Runtime: A highly optimized inference engine that executes ONNX models. This activel…