Skip to content

Commit

Permalink
Merge pull request #244 from aiverify-foundation/docs/troubleshoot
Browse files Browse the repository at this point in the history
add docs solution for pytorch issue
  • Loading branch information
imda-lionelteo committed Jun 28, 2024
2 parents 627185f + 14e89f9 commit e7b44ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,8 @@ Open your preferred code editor, locate the `token` field, and replace `ADD_API_

### I cannot see my newly created endpoints in the model endpoint page.

Please refresh the page.
Please refresh the page.

### I am unable to install PyTorch

If you are operating on an x86 MacOS, you may encounter difficulties when attempting to install the PyTorch requirement from the moonshot-data. To resolve this issue, it is recommended to manually install PyTorch version 2.2.0, which is compatible with your computer's architecture.
3 changes: 3 additions & 0 deletions docs/getting_started/quick_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ $ python -m moonshot web

Lastly, access Moonshot UI using a browser (`http://localhost:3000`).

!!! warning
If you are operating on an x86 MacOS, you may encounter difficulties when attempting to install the dependency for moonshot-data. Please refer to this [FAQ](../faq.md#i-am-unable-to-install-pytorch) for a potential solution.

## Extra Resources

### Setting up Virtual Environment
Expand Down

0 comments on commit e7b44ad

Please sign in to comment.