Added download script and uv installation structions#20
Added download script and uv installation structions#20coezbek wants to merge 3 commits intoxiaomi-research:mainfrom
Conversation
|
Cool~ @RicherMans could you review this? |
|
Hey, Kernel 5.15.122
Python 3.10.14
uv 0.5.4
GNU bash, version 5.2.37Works flawlessly, output after git clone https://github.com/xiaomi-research/r1-aqa
git remote add pr https://github.com/coezbek/r1-aqa
git pull main pr
./download_mmau.sh
uv init
uv add -r requirements.txt
uv run inference.pyREADME.md just needs to be updated accordingly. |
|
Hey RicherMans,
I included uv config files in my PR so it should work just to do `uv sync`
instead of init and add.
Cheers,
Christopher
…On Fri, May 9, 2025, 05:58 Heinrich Dinkel ***@***.***> wrote:
*RicherMans* left a comment (xiaomi-research/r1-aqa#20)
<#20 (comment)>
Hey,
I tested the code running with:
Kernel 5.15.122
Python 3.10.14
uv 0.5.4
GNU bash, version 5.2.37
Works flawlessly, output after
git clone https://github.com/xiaomi-research/r1-aqa
git remote add pr https://github.com/coezbek/r1-aqa
git pull main pr
./download_mmau.sh
uv init
uv add -r requirements.txt
uv run inference.py
README.md just needs to be updated accordingly.
—
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC4Q2TYTRDRZKM4ZQEXJ4TD25QRWRAVCNFSM6AAAAABZVKZEGCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQNRVGAYTMNBWHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
Hey @coezbek , Kind regards, |
|
@RicherMans I merged the README change, but haven't tested the download script again. |
|
@frankenliu Isn't it working? I can look back into it. I thought @RicherMans tested it and only wanted me resolve the merge conflict in the README. |
|
@coezbek I have reviewed the PR. Can you tell me why add the inference.py? This file i think the same as src/test_mmau.py, can you use the test_mmau.py? |
uv