Originalimoc

Results 78 comments of Originalimoc
trafficstars

@davidliudev is this MetaIX one aka Chansung's 30B Alpaca Lora + GPTQ? @zhisbug I just read from where that comparing (30B4b vs 13B16b?) that you almost should go higher parameter...

I guess should direct fine-tune LLaMA to get base model. Then test to see if LoRa can further improve things. Then GPTQ. ML magic╰(*°▽°*)╯

UI is giving correct output, but CLI still log this: ``` "list index out of range None" * n Expecting value: line 1 column 2 (char 1) list index out...

华硕虽然允许回锁,但回锁后不允许再次解锁,且丢保修和Widevine L1。明天我编辑个pr。

> 华硕因未按承诺提供 bootloader 解锁工具而向 Zenfone 买家退款 https://www.androidauthority.com/asus-bootloader-unlock-settlement-3431818/ We'll see. If things go well there's a small chance Asus may come back to the BL unlockable party. The compliance Asus is...

> 快出教程吧老铁 https://xdaforums.com/t/redmagic-9-pro-bootloader-unlock.4667624/ I don't see the point of this phone though.. Only 120Hz screen for a $800 device, get a 8+gen1 which can play almost anything for $2-300 in...

why not just use client native resolution? host too slow to scale or encoder limit?

Here is test code "client", usage: "./this ::1:12345 &"(v4 127.0.0.1 also works)(& to run multiple instance(main issue manifests here), server is fully multithreaded without lock, follow later), this single thread...

Server side code, dep tokio/clap/rand/socket2, run with "cargo run --release -- --listen-port 57777 --payload-size 1450 --threads 1": ```rust use clap::Parser; use tokio::net::UdpSocket; use tokio::time::Instant; use std::net::{IpAddr, SocketAddr, SocketAddrV6}; use rand::{SeedableRng,...