InconsolableCellist

Results 37 comments of InconsolableCellist

How about a system like Pentadactyl's quickmarks? http://bug.5digits.org/help/pentadactyl/marks.xhtml `M[A-Za-z0-9]` will set a mark on the current page, much like Vim's marks. `gn[A-Za-z0-9]` will then **g**o to that mark in a...

(This is actually a real bug despite my newness to the project and its unusual nature.)

PR: https://github.com/minimaxir/gpt-2-simple/pull/154 Will interfere with another pending PR: https://github.com/minimaxir/gpt-2-simple/pull/87/files

I'm very curious about this too. What sort of code can be written to generate text other than gpt_2_simple? Are there other projects out there that play with this? I'm...

I'm surprised that temperature=0.4. I'll have to try that. I use 0.7 and have found that anything less leads to incomprehensible sentences. But then again I've only been able to...

Something tells me the DGX-1 won't be available on vast.ai, where I've rented 4x 2080 Tis before, but that didn't lead to a significant speedup for finetuning the 355M (at...

Some more info, tracing the I2C-related group: ``` $ sudo ./ddcutil -b 2 setvcp 10 75 --trace=I2C (detect_single_bus ) Starting. busno = 2 (i2c_check_bus ) Starting. busno=2, buf_info=0x560666a6a630 (is_edp_device )...

For some comparison with get-edid's code: `read-edid-3.0.2/get-edid/i2c.c` accesses the data off the bus with `i2c_smbus_read_byte_data`, and it's definitely getting back the EDID signature of 00,ff,ff,ff,ff,ff,ff,00, as verified on line 122...

# More system info ``` $ sudo ./ddcutil environment The following tests probe the runtime environment using multiple overlapping methods. *** Basic System Information *** ddcutil version: 0.9.8 /proc/version: Linux...

So I saw in that latest command I found, the `ddcutil environment` one, that it mentioned some parameters being required for the Nvidia driver: ``` $ cat /etc/X11/xorg.conf.d/90-nvidia_i2c.conf Section "Device"...