Skip to content

Commit b2c0033

Browse files
APatelUIUCbrendanlongjlarson4SamuelePunzo
authored
Update broken Slack link again (#1339)
* Fix type of HookedTransformerConfig.device (#1230) * Fix type of HookedTransformerConfig.device This is typed as `Optional[str]` but sometimes returns `torch.device`. Updated the code to just return the `str` instead of wrapping with a device. I'm not confident that every function which takes a device will always be passed a string, so I didn't change functions like warn_if_mps. Found while working on #1219 * more cleanup * 3.0 CI Bugs (#1261) * Fixing `utils` imports * skip gated notebooks on PR from forks * Updating notebooks * Ensure LLaMA only runs when HF_TOKEN is available --------- Co-authored-by: jlarson4 <jonahalarson@comcast.net> * Fix TransformerBridge backward hook cleanup (#1324) * Fix TransformerBridge backward hook cleanup * Preserve backward hooks in run_with_cache * Updated broken Slack link --------- Co-authored-by: Brendan Long <self@brendanlong.com> Co-authored-by: jlarson4 <jonahalarson@comcast.net> Co-authored-by: Samuele_Punzo <90847990+SamuelePunzo@users.noreply.github.com>
1 parent cdfab1a commit b2c0033

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: "[Question] Question title"
88
### Question
99

1010
If you're a beginner and have basic questions, you can ask them on various online forums such as:
11-
- The [Open Source Mechanistic Interpretability Slack](https://join.slack.com/t/opensourcemechanistic/shared_invite/zt-1qosyh8g3-9bF3gamhLNJiqCL_QqLFrA)
11+
- The [Open Source Mechanistic Interpretability Slack](https://join.slack.com/t/opensourcemechanistic/shared_invite/zt-3z9o0hxjl-MDX9pbATO2qESOazNDLpdQ)
1212
- The [Eleuther AI discord](https://discord.gg/zBGx3azzUn)
1313
- The [Mechanistic Interpretability Discord](https://discord.gg/wcuV4xnJ)
1414

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ If you have issues, questions, feature requests or bug reports, please search th
151151
it's already been answered, and if not please raise an issue!
152152

153153
You're also welcome to join the open source mech interp community on
154-
[Slack](https://join.slack.com/t/opensourcemechanistic/shared_invite/zt-2n26nfoh1-TzMHrzyW6HiOsmCESxXtyw).
154+
[Slack](https://join.slack.com/t/opensourcemechanistic/shared_invite/zt-3z9o0hxjl-MDX9pbATO2qESOazNDLpdQ).
155155
Please use issues for concrete discussions about the package, and Slack for higher bandwidth
156156
discussions about eg supporting important new use cases, or if you want to make substantial
157157
contributions to the library and want a maintainer's opinion. We'd also love for you to come and

0 commit comments

Comments
 (0)