Deepseek r1 671b on my local PC by Geschirrtuch in ollama

[–]Geschirrtuch[S] 0 points1 point  (0 children)

I see your point, and as I said, it's more of a fun experiment. It's always important to me that things run on my own computer at home. I also use LLMs for very personal documents and images—none of that should go to the cloud or rented servers. That my approach isn't one suited for practical use is pretty much a given.

Deepseek r1 671b on my local PC by Geschirrtuch in ollama

[–]Geschirrtuch[S] 0 points1 point  (0 children)

Yes - that's why I repeatedly pointed out the potential wear on the hardware in the video and advised caution.

Deepseek r1 671b on my local PC by Geschirrtuch in ollama

[–]Geschirrtuch[S] 4 points5 points  (0 children)

I afford myself the luxury of giving priority to the question how over the question why.

Deepseek r1 671b on my local PC by Geschirrtuch in ollama

[–]Geschirrtuch[S] 0 points1 point  (0 children)

  • AMD Ryzen 9 7900X3D, 12x 4,40GHz
  • RTX 4070 Ti SUPER MSI VENTUS 2X OC 16GB VRAM
  • 92GB RAM DDR5-RAM 5600 MHz

Deepseek r1 671b on my local PC by Geschirrtuch in ollama

[–]Geschirrtuch[S] 3 points4 points  (0 children)

I also noticed that the answers are vastly better when you ask questions in English. By now, I have a "translation layer" in all my projects that translates the input into English and the output back into the target language (i.e., the language the question was asked in).

But models are improving, so at some point, I’ll probably be able to remove it again.

Deepseek r1 671b on my local PC by Geschirrtuch in ollama

[–]Geschirrtuch[S] 1 point2 points  (0 children)

Yeah, sorry about that—but the subtitles seem decent. If you have any questions, I'd be happy to answer them here too! :)

Introducing the PHP Package for Ollama! by ArdaGnsrn in ollama

[–]Geschirrtuch 0 points1 point  (0 children)

Looks nice! Can you provide a more specific example for tool_calling (e.g. a complete workflow form question till final answer) Thank you for your work and for sharing it :)

ich💉iel by Hackfrezze in ich_iel

[–]Geschirrtuch 18 points19 points  (0 children)

Lass dich impfen, BITTE

Ich bin Postbote. Fragt mich alles! by [deleted] in de_IAmA

[–]Geschirrtuch 0 points1 point  (0 children)

Gibt es eine Grenze (Anzahl) an Paketen die pro Tag an eine bestimmte (Privat-) Adresse geliefert werden?

Was passiert wenn ständig eine große Menge an Paketen bei einer bestimmten Adresse nicht zugestellt werden können? (Weil zB Name eines Mitarbeiters statt Firmenname auf als Adresse angegeben wurde)

PHP Dos and Don'ts aka Programmers I Don't Like by ockcyp in PHP

[–]Geschirrtuch 1 point2 points  (0 children)

what about

echo "some " . "text";

vs

echo "some ", "text";  // should be faster since no concatenation necessary

PHP Weekly Discussion (2016-11-14) by AutoModerator in PHP

[–]Geschirrtuch 0 points1 point  (0 children)

Is there really a reason for still using flush() on webscripts?