Tuesday, December 31, 2024

sha256sum bash command line check

echo "<check_sum> <downloaded_file>" | sha256sum -c

Example:
echo "636b209b00b6673471f846581829d4b96b9c3378679925a59a584257c3fef5a3 Miniconda3-latest-Linux-x86_64.sh" | sha256sum -c

Miniconda3-latest-Linux-x86_64.sh: OK

Wednesday, August 14, 2024

AI embeddings, LORA, RAG, rope based frequency

 Embeddings

========================
Google: RAG

======================

Google: Lora

========================

Google: llama model rtx 3060 6gb



=======================

Google: Andrej Karpathy’s course on building and training a tokenizer!



Google: llm embeddings