Skip to content
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

update doc for animatediff #669

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

SamitHuang
Copy link
Collaborator

What does this PR do?

Fixes # (issue)

Adds # (feature)

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you read the contributor guideline?
  • Did you make sure to update the documentation with your changes? E.g. record bug fixes or new features in What's New. Here are the
    documentation guidelines
  • Did you build and run the code without any errors?
  • Did you report the running environment (NPU type/MS version) and performance in the doc? (better record it for data loading, model inference, or training tasks)
  • Did you write any new necessary tests?

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.

@xxx

Comment on lines +17 to 29

The scripts work on Acend 910* with [CANN 7.0.0.beta1](https://www.hiascend.com/developer/download/community/result?module=cann&cann=7.0.0.beta1) and [MindSpore 2.2.10 ](https://www.mindspore.cn/versions#2.2.10). Check your versions by running the following commands. The default installation path of CANN is usually `/usr/local/Ascend/ascend-toolkit` unless you specify a custom one.

```bash
cat /usr/local/Ascend/ascend-toolkit/latest/version.cfg

python -c "import mindspore;mindspore.set_context(device_target='Ascend');mindspore.run_check()"
```

To install other dependent packages:
```bash
pip install -r requirements.txt
```
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

看起来这个部分可以统一搞个guide放到mindone下面, e.g. insatll mindspore/cann, check mindspore running on ascend

@SamitHuang SamitHuang added this pull request to the merge queue Sep 23, 2024
Merged via the queue into mindspore-lab:master with commit 2f31485 Sep 23, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants