Skip to content

Commit f8c1c81

Browse files
authored
Merge pull request #93 from TransformerLensOrg/release-name-change
updated names
2 parents 1fd5002 + 80b28e7 commit f8c1c81

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
checks:
1010
name: Run checks workflow
11-
uses: alan-cooney/CircuitsVis/.github/workflows/checks.yml@main
11+
uses: TransformerLensOrg/CircuitsVis/.github/workflows/checks.yml@main
1212

1313
semver-parser:
1414
name: Parse the semantic version from the release

.vscode/settings.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"ignorePath": "../.gitignore"
1010
},
1111
"editor.codeActionsOnSave": {
12-
"source.fixAll.eslint": true,
13-
"source.organizeImports": true
12+
"source.fixAll.eslint": "explicit",
13+
"source.organizeImports": "explicit"
1414
},
1515
"eslint.validate": [
1616
"javascript",
@@ -23,7 +23,7 @@
2323
"--generated-members=numpy.* ,torch.* ,cv2.* , cv.*"
2424
],
2525
"python.testing.pytestArgs": [
26-
"python/circuitsvis",
26+
"python/circuitsvis",
2727
],
2828
"python.testing.pytestEnabled": true,
2929
"rewrap.wrappingColumn": 100,
@@ -38,4 +38,4 @@
3838
"[python]": {
3939
"editor.defaultFormatter": "ms-python.black-formatter"
4040
},
41-
}
41+
}

react/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Mechanistic Interpretability visualizations in React.
44

55
View all available components in Storybook at
6-
https://alan-cooney.github.io/CircuitsVis .
6+
https://TransformerLensOrg.github.io/CircuitsVis .
77

88
## Use
99

@@ -73,5 +73,5 @@ You can use this package directly from a CDN (e.g. unpkg) to render visualizatio
7373

7474
### Within a Python project
7575

76-
See https://github.com/alan-cooney/CircuitsVis for details of how to use this
76+
See https://github.com/TransformerLensOrg/CircuitsVis for details of how to use this
7777
library within a Python project.

react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"storybook": "start-storybook -p 6006",
3131
"build-storybook": "build-storybook"
3232
},
33-
"repository": "https://github.com/alan-cooney/CircuitsVis",
33+
"repository": "https://github.com/TransformerLensOrg/CircuitsVis",
3434
"author": "Alan Cooney",
3535
"license": "MIT",
3636
"dependencies": {

react/src/attention/AttentionPattern.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export function AttentionPattern({
177177
// parent element to have position: 'relative' and no sibling elements.
178178
// There were previously issues that only occured at particular display
179179
// sizes and zoom levels. See:
180-
// https://github.com/alan-cooney/CircuitsVis/pull/63
180+
// https://github.com/TransformerLensOrg/CircuitsVis/pull/63
181181
// https://www.chartjs.org/docs/latest/configuration/responsive.html#important-note
182182
// https://stackoverflow.com/a/48770978/7086623
183183
position: "relative",

0 commit comments

Comments
 (0)