From 06ee1cd78322e68ab782fd73b56af5ab706936cc Mon Sep 17 00:00:00 2001 From: zhangyuheng Date: Thu, 4 Apr 2024 21:31:27 +0800 Subject: [PATCH] add proj --- build.sh | 2 +- ...23-07-01-python-algorithm-accelerate-with-cudac.markdown | 6 ++++++ docs/_posts/2024-02-01-pytorch-ascend-migration.markdown | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 docs/_posts/2023-07-01-python-algorithm-accelerate-with-cudac.markdown create mode 100644 docs/_posts/2024-02-01-pytorch-ascend-migration.markdown diff --git a/build.sh b/build.sh index be8ca6e..76a22b1 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker run --rm -v $(pwd):/intro --user 1000:1000 -w /intro ruby sh -c "gem install jekyll bundle && cd docs && bundle && jekyll build" +docker run --rm -v $(pwd):/intro --user 1000:1000 -w /intro ruby sh -c "cd docs && bundle && jekyll build" diff --git a/docs/_posts/2023-07-01-python-algorithm-accelerate-with-cudac.markdown b/docs/_posts/2023-07-01-python-algorithm-accelerate-with-cudac.markdown new file mode 100644 index 0000000..c78f3c6 --- /dev/null +++ b/docs/_posts/2023-07-01-python-algorithm-accelerate-with-cudac.markdown @@ -0,0 +1,6 @@ +--- +layout: post +title: "Python Algorithm Accelerate with CUDA" +date: 2023-07-01 +categories: deep-learning pytorch cuda c++ finished +--- diff --git a/docs/_posts/2024-02-01-pytorch-ascend-migration.markdown b/docs/_posts/2024-02-01-pytorch-ascend-migration.markdown new file mode 100644 index 0000000..afa2495 --- /dev/null +++ b/docs/_posts/2024-02-01-pytorch-ascend-migration.markdown @@ -0,0 +1,6 @@ +--- +layout: post +title: "PyTorch Ascend Migration" +date: 2024-02-01 +categories: deep-learning pytorch ascend finished +---