Aydyn Tairov

Results 8 issues of Aydyn Tairov

Seams that the domain isn't prolonged Is there some alternative ? (except locall of course)

I need to pass some variable from `.jervis.yml` to `Jenkinsfile`, but can't figure out how to do that. I was trying to set variable in `env` section: ``` env: -...

enhancement

### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? Implement `mmap` module...

enhancement
help wanted
mojo-stdlib
mojo
mojo-repo
[stdlib] core-library-q3-2024

Recently I did extensive benchmarks of `llama2.c` ports I found that C version in `runfast` mode (singlethreaded) is working faster than `runomp` (multi threaded) ``` make runomp CC=/opt/homebrew/opt/llvm/bin/clang; OMP_NUM_THREADS=5 ./run...

### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? Mojo v0.4.0 now...

enhancement
good first issue
help wanted
mojo-stdlib
mojo
mojo-repo

Hi. Thanks for this port. I was trying to inference the babyllama, but seems that this port doesn't support it anymore? Like the original `llama2.c` compatible `stories*.bin` model. How can...

first attempt to refacto llama2.mojo to compile on the latest mojo version (Mojo 0.25.7.0.dev2025103005)

`llama2.mojo` is way too outdated with the latest Mojo version ``` mojo --version Mojo 0.25.7.0.dev2025103005 (37c1c7f0) ``` Need to fix all compilation errors ``` $ mojo build llama2.mojo /private/tmp/llama2.mojo/llama2.mojo:21:1: error:...