add proj
This commit is contained in:
parent
da69fa9291
commit
06ee1cd783
2
build.sh
2
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"
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: post
|
||||
title: "Python Algorithm Accelerate with CUDA"
|
||||
date: 2023-07-01
|
||||
categories: deep-learning pytorch cuda c++ finished
|
||||
---
|
6
docs/_posts/2024-02-01-pytorch-ascend-migration.markdown
Normal file
6
docs/_posts/2024-02-01-pytorch-ascend-migration.markdown
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: post
|
||||
title: "PyTorch Ascend Migration"
|
||||
date: 2024-02-01
|
||||
categories: deep-learning pytorch ascend finished
|
||||
---
|
Loading…
Reference in New Issue
Block a user