Aydyn Tairov

Results 6 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
mojo-stdlib
mojo

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...