You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per my understanding below is way how doc should be updated
Solution :
Remove steps below from README.
git fetch origin pull/1523/head:llm-server
git merge llm-server
https://github.com/mlcommons/inference/blob/master/language/llama2-70b/README.md
If we follow instruction in above doc it doesn't work.
For e.g.
Below index doesn't have version 2.2.0,
https://download.pytorch.org/whl/nightly/cpu
Also if we use latest version
then there is conflict in below step
Need to fetch Pablo's changes
git fetch origin pull/1523/head:llm-server
git merge llm-server
The text was updated successfully, but these errors were encountered: