-
Laptop RTX 4080 12GB VRAM
mochi_preview_dit_GGUF_Q4_0_v2.safetensors
t5xxl_fp8_e4m3fn.safetensors
85 Frames 44.20s/it
Did not get any OOM from the Mochi decode
Great work.
Edit:
Tried 103 F…
-
I fetch current session from backend and then pass it into `sapper.middleware`:
```javascript
async function load_session(rq, res, next) {
console.log(rq.url)
const origin = rq.protocol + …
-
Hi all,
I wonder how can I make sapper-i18n-template's url structure more i18n friendly (better for seo as well)
Eg:
example.com (default lang: en)
example.com/about (default lang: en)
exam…
-
## Bug Report
### Setup
**CometBFT version**:`v0.37.0` but also on `main` at time of writing. Code links are to `v0.37.x` in order to illustrate the issue.
**Have you tried the latest version…
-
With all the data on our Forge, it takes a while to move across the map and gets hung up a lot. Is there anything you can do to make it not so cumbersome?
-
```
➜ polka-storage git:(feat/410/generate-porep) ✗ cat test-data.txt
12345678
➜ polka-storage git:(feat/410/generate-porep) ✗ ./target/debug/mater-cli convert test-data.txt
Converted test-data.…
-
### Application Version
5.1.0
### Platform
Windows 10
### Printer
Creality Ender 3 Pro
### Reproduction steps
Load attached .stl model.
Attempt to slice model.
### Actual results
Cura crashe…
-
Had a bit of fun tonight brainstorming some new Variant ideas:
**1. Ivory**: White, but the cards are only touched by the number one above their actual value (so the 1 is only touched by 2, 2 touch…
-
When i add a basepath to the application with:
in server.js:
```
polka()
.use(
'/subpage',
...
```
and call `sapper export --basepath subpage` then this basepath is not appended to th…
-
great working examples i found:
* https://github.com/beyonk-adventures/now-sapper-demo
* https://github.com/niklasgrewe/apple-svelte-demo : real beautiful
* https://github.com/sveltejs/svelte-virt…