Chad Brewbaker

Results 102 comments of Chad Brewbaker

There. I changed main() to be removable. Now mojo should be able to link in any of the functions for benchmarking. https://github.com/chadbrewbaker/llm.c/blob/56b41fe4bad74db1075c395149bdc9eeb54d0911/train_gpt2.c#L1117

> I just uploaded a Mojo port to github. https://github.com/dorjeduck/llm.mojo Not to be taken too serious yet, an early version of someone just learning Mojo .... LGTM. You want to...

Threw up what @dorjeduck had to a PR. https://github.com/karpathy/llm.c/pull/119 Rather than pollute the root Makefile, should I add a llm.c/dev/mojo/Makefile ? Most simple benchmark is to run it with /usr/bin/time...

Should be in Readme or brew_requirements.txt? Makefiles messing with system libraries are not cool.

This works if you are running it under ant on Mac M1. ```bash ANT_OPTS="-Djna.library.path=/opt/homebrew/lib" ant -f mytask.xml ```

https://github.com/nguyenq/tess4j/pull/240 please test.

Thanks. I *think* this is the correct Python using the Counter class. Runs about 2x as slow as the original C++ on my M1. ```python import sys from collections import...

Sorry, I ran rustfmt on the files I touched out of habit. I'm getting linker errors on the older libc crates for my M1 box on several projects.

Livecoding :) Once I get yaks shaved for ARM and bumping the kernel I'll send a PR.

Bump. Could you see why winpmem latest release is failing on windows-latest GitHub worker? ```yml name: TestJob on: #manually trigger workflow_dispatch: jobs: run_win: runs-on: windows-latest steps: -name: Run script run:...