From 80b28e767aa66d73d968c208e34b61ef0a5ee2ec Mon Sep 17 00:00:00 2001 From: Bryce Meyer Date: Wed, 18 Dec 2024 17:58:06 +0100 Subject: [PATCH] updated names --- .github/workflows/release.yml | 2 +- .vscode/settings.json | 8 ++++---- react/README.md | 4 ++-- react/package.json | 2 +- react/src/attention/AttentionPattern.tsx | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad4ad22..392ca77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: checks: name: Run checks workflow - uses: alan-cooney/CircuitsVis/.github/workflows/checks.yml@main + uses: TransformerLensOrg/CircuitsVis/.github/workflows/checks.yml@main semver-parser: name: Parse the semantic version from the release diff --git a/.vscode/settings.json b/.vscode/settings.json index 84cc486..d2e94ae 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,8 +9,8 @@ "ignorePath": "../.gitignore" }, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true, - "source.organizeImports": true + "source.fixAll.eslint": "explicit", + "source.organizeImports": "explicit" }, "eslint.validate": [ "javascript", @@ -23,7 +23,7 @@ "--generated-members=numpy.* ,torch.* ,cv2.* , cv.*" ], "python.testing.pytestArgs": [ - "python/circuitsvis", + "python/circuitsvis", ], "python.testing.pytestEnabled": true, "rewrap.wrappingColumn": 100, @@ -38,4 +38,4 @@ "[python]": { "editor.defaultFormatter": "ms-python.black-formatter" }, -} +} \ No newline at end of file diff --git a/react/README.md b/react/README.md index a95526b..73c2a90 100644 --- a/react/README.md +++ b/react/README.md @@ -3,7 +3,7 @@ Mechanistic Interpretability visualizations in React. View all available components in Storybook at -https://alan-cooney.github.io/CircuitsVis . +https://TransformerLensOrg.github.io/CircuitsVis . ## Use @@ -73,5 +73,5 @@ You can use this package directly from a CDN (e.g. unpkg) to render visualizatio ### Within a Python project -See https://github.com/alan-cooney/CircuitsVis for details of how to use this +See https://github.com/TransformerLensOrg/CircuitsVis for details of how to use this library within a Python project. diff --git a/react/package.json b/react/package.json index 0a7fad3..c43343c 100644 --- a/react/package.json +++ b/react/package.json @@ -30,7 +30,7 @@ "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" }, - "repository": "https://github.com/alan-cooney/CircuitsVis", + "repository": "https://github.com/TransformerLensOrg/CircuitsVis", "author": "Alan Cooney", "license": "MIT", "dependencies": { diff --git a/react/src/attention/AttentionPattern.tsx b/react/src/attention/AttentionPattern.tsx index c6708ac..2d7f30e 100644 --- a/react/src/attention/AttentionPattern.tsx +++ b/react/src/attention/AttentionPattern.tsx @@ -177,7 +177,7 @@ export function AttentionPattern({ // parent element to have position: 'relative' and no sibling elements. // There were previously issues that only occured at particular display // sizes and zoom levels. See: - // https://github.com/alan-cooney/CircuitsVis/pull/63 + // https://github.com/TransformerLensOrg/CircuitsVis/pull/63 // https://www.chartjs.org/docs/latest/configuration/responsive.html#important-note // https://stackoverflow.com/a/48770978/7086623 position: "relative",