Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ on:
branches:
- main

permissions:
contents: write

jobs:
plot_publish:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
- uses: actions/checkout@v5
- name: Set up Python 3.12
uses: actions/setup-python@v6
with:
python-version: 3.8
python-version: 3.12

- name: Install dependencies
env:
Expand All @@ -33,9 +36,6 @@ jobs:
make render

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.7.1
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: html # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch
folder: html
12 changes: 6 additions & 6 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
- uses: actions/checkout@v5
- name: Set up Python 3.12
uses: actions/setup-python@v6
with:
python-version: 3.8
python-version: 3.12

- name: Install dependencies
env:
Expand All @@ -29,7 +29,7 @@ jobs:
make render

- name: Upload results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v5
with:
name: results
path: build
path: html
1 change: 1 addition & 0 deletions benchmarks/benchmark_nanogpt/benchmark_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"pretty_name": "Deep Learning Optimization with NanoGPT", "url": "https://github.com/tomMoral/benchmark_nanogpt"}
Binary file not shown.