-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No such file or directory #5
Comments
Hi, Yes, you are right! This is a typo and the directory should be 'simcse_models' instead of 'simcse_result'. Thanks for pointing this out and we will edit this typo. For the demonstration selector, yes you can directly use it by running We hope this clarifies the issue and look forward to your further feedback! |
Brilliant. Thank you. So far this looks to be the correct fix. Are you open to pull requests for this project? I'm very much looking forward to trying this out. By all appearances, it looks promising! |
Hi,
Thanks for your recognition of our work!
Sure of course! We are open to pull requests and feel free to point out anything you think is necessary!
Best Regards,
Zhaodonghui
…________________________________
From: MattCremeens ***@***.***>
Sent: Wednesday, November 27, 2024 12:14 AM
To: DAMO-NLP-SG/LLM-R2 ***@***.***>
Cc: #LI ZHAODONGHUI# ***@***.***>; Comment ***@***.***>
Subject: Re: [DAMO-NLP-SG/LLM-R2] No such file or directory (Issue #5)
Brilliant. Thank you. So far this looks to be the correct fix. Are you open to pull requests for this project? I'm very much looking forward to trying this out. By all appearances, it looks promising!
—
Reply to this email directly, view it on GitHub<#5 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A7EBD5PV3ZQY7M54CGPQIKD2CSM6NAVCNFSM6AAAAABSPHKHVGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBRGI3TSNZSGA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Thanks, Zhaodonghui. Do you need to grant my account (MattCremeens) permission to make pull requests? I just want to push to a new branch. |
Hi,
Sorry I am not very familiar with the process. I think you should be able to directly make pull requests and there may be a confirmation step on our side.
Best Regards,
Zhaodonghui
…________________________________
From: MattCremeens ***@***.***>
Sent: Sunday, December 1, 2024 7:22 AM
To: DAMO-NLP-SG/LLM-R2 ***@***.***>
Cc: #LI ZHAODONGHUI# ***@***.***>; Comment ***@***.***>
Subject: Re: [DAMO-NLP-SG/LLM-R2] No such file or directory (Issue #5)
Thanks, Zhaodonghui. Do you need to grant my account (MattCremeens) permission to make pull requests?
—
Reply to this email directly, view it on GitHub<#5 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A7EBD5ODXF2JODRQOJWDB3T2DJCDJAVCNFSM6AAAAABSPHKHVGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBZGQ3TKMBXGQ>.
You are receiving this because you commented.Message ID: ***@***.***>
|
OK, thanks. I think you could have made me a collaborator and I could push directly to a new branch, but I opted to fork your repo instead and will push to new branches that way. I think you then have the option to merge or reject the changes. I just made a new branch that creates the "results" directory if the user doesn't have it created yet. Otherwise, I believe they'll get an error like I did. |
Receiving an error: "No such file or directory"
Is it possible that is should be
simcse_models
and notsimcse_result
?I'm assuming I can use your demonstration selector and just run
python LLM_R2.py
. Is that correct?The text was updated successfully, but these errors were encountered: