Skip to content

Commit d05da75

Browse files
FindHaofacebook-github-bot
authored andcommitted
update default example's path
Summary: The default example's path should be a relative path in case the website is hosted on a link with sub-paths, e.g. https://pytorch-labs.github.io/tritonparse/ bump up versions. Reviewed By: davidberard98 Differential Revision: D75910926 fbshipit-source-id: 10f7251e76de5214a11611e6df4bc87009ba70e4
1 parent 71f59cc commit d05da75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tritonparse"
7-
version = "0.0.1"
7+
version = "0.0.4"
88
dependencies = [
99
"triton",
1010
]

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tritonparse-website",
33
"private": true,
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

website/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function App() {
128128
* Loads the default data file from public directory
129129
*/
130130
const loadDefaultData = async () => {
131-
const logFile = "/f0_fc0_a0_cai-.ndjson";
131+
const logFile = "./f0_fc0_a0_cai-.ndjson";
132132
await loadData(logFile);
133133
};
134134

0 commit comments

Comments
 (0)