Donations to the archive would be appreciated to help fund our server hardware & storage drives. We are looking for developers to help build new software and archives, discuss here.

/lmg/ - Local Models General

No.100140384 View ViewReplyLast 50OriginalReport
/lmg/ - a general dedicated to the discussion and development of local language models.

Previous threads: >>100135578 & >>100130427

►News
>(04/21) Llama 3 70B pruned to 42B parameters: https://hf.co/chargoddard/llama3-42b-v0
>(04/18) Llama 3 8B, 70B pretrained and instruction-tuned models released: https://llama.meta.com/llama3/
>(04/17) Mixtral-8x22B-Instruct-v0.1 released: https://mistral.ai/news/mixtral-8x22b/
>(04/15) Microsoft AI unreleases WizardLM 2: https://web.archive.org/web/20240415221214/https://wizardlm.github.io/WizardLM2/
>(04/09) Mistral releases Mixtral-8x22B: https://twitter.com/MistralAI/status/1777869263778291896

►FAQ: https://wikia.schneedc.com
►Glossary: https://archive.today/E013q | https://rentry.org/local_llm_glossary
►Links: https://rentry.org/LocalModelsLinks
►Official /lmg/ card: https://files.catbox.moe/cbclyf.png

►Getting Started
https://rentry.org/llama-mini-guide
https://rentry.org/8-step-llm-guide
https://rentry.org/llama_v2_sillytavern
https://rentry.org/lmg-spoonfeed-guide
https://rentry.org/rocm-llamacpp

►Further Learning
https://rentry.org/machine-learning-roadmap
https://rentry.org/llm-training
https://rentry.org/LocalModelsPapers

►Benchmarks
Chatbot Arena: https://chat.lmsys.org/?leaderboard
Programming: https://hf.co/spaces/bigcode/bigcode-models-leaderboard
Censorship: https://hf.co/spaces/DontPlanToEnd/UGI-Leaderboard
Censorbench: https://codeberg.org/jts2323/censorbench

►Tools
Alpha Calculator: https://desmos.com/calculator/ffngla98yc
GGUF VRAM Calculator: https://huggingface.co/spaces/NyxKrage/LLM-Model-VRAM-Calculator
Sampler visualizer: https://artefact2.github.io/llm-sampling/index.xhtml

►Text Gen. UI, Inference Engines
https://github.com/oobabooga/text-generation-webui
https://github.com/LostRuins/koboldcpp
https://github.com/lmg-anon/mikupad
https://github.com/turboderp/exui
https://github.com/ggerganov/llama.cpp
183 posts and 40 images omitted

American to Get MILLIONS of New Tech Workers!

No.100133951 View ViewReplyLast 50OriginalReport
Congratulations!
123 posts and 13 images omitted

/aicg/ - AI Chatbot General

No.100142792 View ViewReplyOriginalReport

/aicg/ - AI Chatbot General

No.100140065 View ViewReplyLast 50OriginalReport
533 posts and 69 images omitted

/de3/ - DALL-E 3 General

No.100128710 View ViewReplyLast 50OriginalReport
Previous thread >>100112723

>What is DALL-E 3?
You type some text and it makes some images

>Links
https://www.bing.com/images/create
https://designer.microsoft.com/image-creator
https://copilot.microsoft.com/

Bing AI Slop 0.6.0
https://pastebin.com/raw/LTrjKzeG

Designer AI Slop 0.4.4
https://pastebin.com/raw/U0SWtzm4

>How does it work on Bing?
In Bing's Image Creator, "boosts" are used to speed up the image creation process, each user starts with 15 boosts. When you use a boost, the AI creates your image quickly. If you run out of boosts, the image waiting time increases, ranging from seconds to minutes.

(You can also click on previous images you have created, do this several times and it seems to speed up the unboosted prompts)

>Resetting Boosts
Try clearing your search history at https://www.bing.com/profile/history

>(NEW) Landscape and Portrait regeneration
Follow the instructions here: rentry /bicedit

>Prompt Generator
https://tipseason.com/dalle-prompt-generator

>Related Boards
>>>/v/dall-e
>>>/co/dall-e
>>>/trash/aibf
>>>/aco/dall
>>>/tg/slop
134 posts and 105 images omitted

No.100141609 View ViewReplyOriginalReport
Odd question but the one I have to ask - how "safe" it is to use social media nowadays?

By "safe" I mean the whole data collection and profile making, even when you don't provide info on your own, totally aware of the fact. Let me explain the problem. Since last few years, I constantly hit the wall of social media - I cannot play board/wargames because everyone uses solely Facebook to arrange meetings, I cannot show photos outside of /p/ because everyone insist on using FB/IG and don't want to visit my private site, people think I'm suspicious for not owning FB account and so on. I was not using it so far, I even tried making account few years ago but it was auto-blocked after few hours, probably because I used protonmail but it could be something else with IP (since I didn't post anything, only provided name, surname and phone number). I have spare (or two) Gmail addresses so I could try again but question is - assuming I would use separate Firefox profile, just for using FB, would it still collect more data than what I already would provide it (like few photos I'm content with losing but also combination of name, surname, face photo and phone number, which are however already present on LinkedIn)? Assuming I would use it "just" for said meeting arrangements and communication with models, completely avoiding posting on other places, commenting, etc - would it be "safe"? I once heard that only thing FB knows is what you tells it on your own but I want to know how true is that.
2 posts omitted

(λ) - Lisp General

No.100123076 View ViewReplyLast 50OriginalReport
>Lisp is a family of programming languages with a long history and a distinctive parenthesized prefix notation. There are many dialects of Lisp, including Common Lisp, Scheme, Clojure and Elisp.

>Emacs is an extensible, customizable, self-documenting free/libre text editor and computing environment, with a Lisp interpreter at its core.

>Emacs Resources
https://gnu.org/s/emacs (Site)
https://github.com/emacs-tw/awesome-emacs (Awesome Emacs)

>Learning Emacs
C-h t (Interactive Tutorial)
https://emacs.amodernist.com (Configuration Generator)
https://systemcrafters.net/emacs-from-scratch (Emacs from Scratch)
http://xahlee.info/emacs (Xah Emacs Tutorial)

>Emacs Distros
https://spacemacs.org (Spacemacs)
https://doomemacs.org (Doom Emacs)
https://ergoemacs.github.io (Ergoemacs)

>Elisp
Docs: C-h f [function] C-h v [variable] C-h k [keybinding] C-h m [mode] M-x ielm [REPL]
https://gnu.org/s/emacs/manual/eintr.html (Introduction to Elisp)
https://gnu.org/s/emacs/manual/elisp.html (Elisp Manual)

>Common Lisp
https://lispcookbook.github.io/cl-cookbook (CL Cookbook)
https://cs.cmu.edu/~dst/LispBook (CL: A Gentle Introduction)
https://gigamonkeys.com/book (PCL)
https://lem-project.github.io (CL editor/IDE)
https://nyxt.atlas.engineer (CL Browser)

>Scheme
https://docs.scheme.org (Docs)
https://scheme.com/tspl4 (TSPL4)
https://eecs.berkeley.edu/~bh/ss-toc2.html (Simply Scheme)
https://archive.org/details/Schemer (Books)

>Clojure
https://clojure.org (Site)
https://clojure-doc.org (Docs)
https://mooc.fi/courses/2014/clojure (Functional programming with Clojure)

>Guix
https://guix.gnu.org/manual/devel (Guix Manual)
https://systemcrafters.net/craft-your-system-with-guix (Introduction to Guix)
https://gitlab.com/nonguix/nonguix (Nonguix)

>SICP/HtDP
https://web.mit.edu/6.001/6.037/sicp.pdf
https://htdp.org

>More Lisp Resources
https://paste.textboard.org/52b08691

(define alt-names '(/emg/ /emac/ /lambda/ /lol/ /let/ /flet/))
(set! prev-bread >>100071263)
73 posts and 10 images omitted

Why Is the US So Advanced?

No.100127369 View ViewReplyLast 50OriginalReport
>“It’s years behind what we have in the United States,” Raimondo said in the interview broadcast Sunday. “We have the most sophisticated semiconductors in the world. China doesn’t. We’ve out-innovated China.”

Will anybody catch up to the US in making the world's best semiconductors?
106 posts and 15 images omitted

No.100140799 View ViewReplyOriginalReport
Damn MATE is ugly, like you linuxtrannies
10 posts omitted

Unitedstatians live in easy mode regarding to tech

No.100142437 View ViewReplyOriginalReport
>unlimited mobile internet data
>cheap electronics from anywhere in the world
>good used stuff are almost free
>they live in the college and go straight to work in FAGMAN companies
>they can buy tech stuff IRL in malls
>a good VPS is like 2% of the minimum wage
4 posts omitted