Skip to content

Instantly share code, notes, and snippets.

View JoneKone's full-sized avatar
🧞‍♀️
On vacation

JoneKone

🧞‍♀️
On vacation
View GitHub Profile
@anonhostpi
anonhostpi / $AUTOGPT.md
Last active May 13, 2023 01:18
AutoGPT Conversation Trackers

Description:

Tracks AutoGPT Conversations and Categorizes them for easy access

  • mainly used by anonhostpi to track common issues with AutoGPT

A lot of issues/prs/discussions end up getting recreated, because contributors struggle to find previous issues

Since I am a junkie for issue tracking, I have created this public gist to help others navigate AutoGPT's repo.

- my discord name: anonhostpi 
@Mnkai
Mnkai / README.md
Last active August 22, 2024 06:33
TDP and turbo parameter modification with MSR on non-overclockable Intel CPU (such as Intel i7-8550U)

TDP and Turbo Parameter Modification with MSR on Non-Overclockable CPUs

Disclaimer

  • Modifying MSR may void your CPU's (or system board's) warranty. Proceed with caution. I am not responsible for any damage caused by this article.
  • MSR addresses vary significantly between CPUs. Check your CPU's MSR address using Intel's documentation.
  • This has only been tested on the Intel i7-8550U (Kaby Lake R).
  • This article is a translation of this article. If you can read Korean, I recommend reading that article instead.

Introduction