Skip to content

Commit

Permalink
Update file name change
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienVig committed Feb 8, 2024
1 parent 08ce89a commit 33a0a2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
path: example_training_data
key: training_data
- run: ./get_training_data
- run: ./get_training_data.sh
working-directory: ./

lint-lib-core:
Expand Down
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ npm start -- -t cifar10 -u 4 -e 15 -r 5
- install node 16 and ensure it is activated on opening any new terminal (e.g. `nvm use 16`)
- `git clone [email protected]:epfml/disco.git`
- download the `example_training_data.tar.gz` file and extract it into the root of the repository
- simply execute [get_training_data.sh](../get_training_data)
- simply execute [get_training_data.sh](../get_training_data.sh)
- `npm ci` within `discojs`, `server` and `cli`
- `cd discojs/discojs-node && npm run build`

Expand Down
2 changes: 1 addition & 1 deletion docs/node_example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To run the example do

```
nvm use
./get_training_data
./get_training_data.sh
cd discojs && npm ci
cd discojs-node && npm run build
cd ../..
Expand Down

0 comments on commit 33a0a2a

Please sign in to comment.