This commit is contained in:
zhangyuheng 2024-04-04 21:31:27 +08:00
parent da69fa9291
commit 06ee1cd783
3 changed files with 13 additions and 1 deletions

View File

@ -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"

View File

@ -0,0 +1,6 @@
---
layout: post
title: "Python Algorithm Accelerate with CUDA"
date: 2023-07-01
categories: deep-learning pytorch cuda c++ finished
---

View File

@ -0,0 +1,6 @@
---
layout: post
title: "PyTorch Ascend Migration"
date: 2024-02-01
categories: deep-learning pytorch ascend finished
---