Skip to content

Commit

Permalink
lug: intel-extension-for-pytorch (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotonQuantum authored Jul 9, 2024
1 parent 47bd62b commit 972ad7d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions caddy/Caddyfile.siyuan
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ https://mirror.sjtu.edu.cn {
not path /git/SJTUBeamer.git/*
not path /git/SJTUTeX.git/*
not path /git/SJTUThesis.git/*
not path /github/intel-extension-for-pytorch/*
not path /github/SJTUBeamer/*
not path /github/SJTUThesis/*
not path /centos/*
Expand Down Expand Up @@ -880,6 +881,10 @@ https://mirror.sjtu.edu.cn {
@hidden path */.*
respond @hidden 404
}
redir /github/intel-extension-for-pytorch /github/intel-extension-for-pytorch/ 301
handle_path /github/intel-extension-for-pytorch/* {
redir * /github-release/Nuullll/intel-extension-for-pytorch/releases/download/?mirror_intel_list 302
}
redir /github/SJTUBeamer /github/SJTUBeamer/ 301
handle_path /github/SJTUBeamer/* {
redir * /github-release/sjtug/SJTUBeamer/releases/download/?mirror_intel_list 302
Expand Down
5 changes: 5 additions & 0 deletions caddy/Caddyfile.zhiyuan
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ https://mirrors.sjtug.sjtu.edu.cn {
not path /git/SJTUBeamer.git/*
not path /git/SJTUTeX.git/*
not path /git/SJTUThesis.git/*
not path /github/intel-extension-for-pytorch/*
not path /github/SJTUBeamer/*
not path /github/SJTUThesis/*
not path /centos/*
Expand Down Expand Up @@ -950,6 +951,10 @@ https://mirrors.sjtug.sjtu.edu.cn {
handle_path /debian-ports/* {
redir * https://mirror.sjtu.edu.cn/debian-ports{uri} 302
}
redir /github/intel-extension-for-pytorch /github/intel-extension-for-pytorch/ 301
handle_path /github/intel-extension-for-pytorch/* {
redir * /github-release/Nuullll/intel-extension-for-pytorch/releases/download/?mirror_intel_list 302
}
redir /github/SJTUBeamer /github/SJTUBeamer/ 301
handle_path /github/SJTUBeamer/* {
redir * /github-release/sjtug/SJTUBeamer/releases/download/?mirror_intel_list 302
Expand Down
7 changes: 7 additions & 0 deletions config.siyuan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,13 @@ repos:
path: /srv/data32T/git/SJTUThesis.git
serve_mode: git
<<: *oneshot_common
- type: shell_script
script: /worker-script/github-release.sh Nuullll/intel-extension-for-pytorch 30
interval: 86400
name: github/intel-extension-for-pytorch
target: /github-release/Nuullll/intel-extension-for-pytorch/releases/download/?mirror_intel_list
serve_mode: redir_force
<<: *oneshot_common
- type: shell_script
script: /worker-script/github-release.sh sjtug/SJTUBeamer 30
interval: 86400
Expand Down

0 comments on commit 972ad7d

Please sign in to comment.