Skip to content

Instantly share code, notes, and snippets.

@gerty168
gerty168 / LLM.md
Created March 29, 2023 04:14 — forked from rain-1/LLM.md
LLM Introduction: Learn Language Models

Purpose

Bootstrap knowledge of LLMs ASAP. With a bias/focus to GPT.

Avoid being a link dump. Try to provide only valuable well tuned information.

Prelude

Neural network links before starting with transformers.

@rain-1
rain-1 / LLM.md
Last active December 4, 2025 11:51
LLM Introduction: Learn Language Models

Purpose

Bootstrap knowledge of LLMs ASAP. With a bias/focus to GPT.

Avoid being a link dump. Try to provide only valuable well tuned information.

Prelude

Neural network links before starting with transformers.

@pemd-sys
pemd-sys / wxWidgetInstall.md
Last active June 23, 2025 13:04
Installing wxWidgets

Installing wxWidgets on Ubuntu

The latest download and install instructions are available in
https://docs.wxwidgets.org/3.1/plat_gtk_install.html
The wiki is a bit old so try following the above and consult the wiki for more details. BUT, follow the steps as per the docs NOT the wiki.
https://wiki.wxwidgets.org/Compiling_and_getting_started

However sometimes specially for new linux users it can become overwhelming and installation process can throw funny errors. So I have created a step by step process to hopefully help you compile wxwidgets. Enjoy :-)

Installing pre-requisites

@mostafa6765
mostafa6765 / editorjs.vue
Last active February 21, 2024 03:14
setup editorjs in vue. demo: https://eosbi.codesandbox.io/
<template>
<div >
<div >
<h1 style="text-align:center">This is vue editor.js <a href="https://twitter.com/@code4mk" target="_blank">@code4mk</a></h1>
</div>
<div class="editorx_body">
<!--editorjs id-->
<div class id="codex-editor"/>
</div>
@baymaxium
baymaxium / content.md
Created October 20, 2017 04:35
绝望!新 AlphaGo 放弃人类,柯洁称人类太多余了;微信 iOS 赞赏回归了

原文:技术最前线

(点击上方蓝字,快速关注我们)

参考:开源中国、solidot、cnBeta、腾讯科技等

0、绝望!新 AlphaGo 放弃人类,柯洁:人类太多余了

昨日,人工智能又占领互联网了!

@baymaxium
baymaxium / content.md
Created October 18, 2017 09:40
如何使用Kubernetes GPU集群自动化深度学习训练?
@maksadbek
maksadbek / nginx.conf
Created January 3, 2017 17:51
nginx configuration for HLS live video streaming
worker_processes 1;
error_log logs/error.log debug;
events {
worker_connections 1024;
}
rtmp {
server {
listen 1935;
allow play all;