Categories
Software

Install LLaMA (Lingual Language Mapper) on Fedora

LLaMA (Lingual Language Mapper) is an open-source software used for language detection and mapping. It is a powerful tool that can be used for various purposes, including data analytics, sentiment analysis, and machine learning. If you are looking to set up LLaMA on Fedora, this article will guide you through the process.


Before you begin, ensure that your system is updated and has the necessary dependencies installed. You can update your system by running the following command:

sudo dnf update

Next, install the dependencies required to build and run LLaMA:

sudo dnf install gcc gcc-c++ make cmake3 boost-devel

Once the dependencies are installed, you can copy the Inference of the LLaMA model in pure C/C++ or by running the following command:

git clone https://github.com/ggerganov/llama.cpp

Next, navigate to the extracted directory and make the following:

cd llama.cpp
make

Install Python dependencies (need disc space):

python3 -m pip install torch numpy sentencepiece

After downloading models to :

ls ./models
Categories
Development

Get 100 from 100 in the Insight Page Speed

Whohoo! I optimise my webpage and got 100/100 in the Google Page Speed Insight

 

Categories
Development

My dailycssimages works

Start new codepen.io 50-day email challenge with css images creating by http://dailycssimages.com/@Mike Mangialardi

Categories
Development

Back to boilerplate website

After remove Yandex search from http://poplauki.eu from index back boilerplate website version.

Second bad thing is large bandwitch on first load – about 1.5 Mb. It to large for simple 5 page site.

Fix side menus for mobile browsers.

So ended experiments with personal website builded with React.

Categories
Development

The Laws of Computing

The Laws of Computing….. from source

First law – The Computer is always right.

Categories
Development

Create instagram plugin gallery

Create Instagram photos JSON file use this script –

Categories
Development

Update SEO

Update SEO of the main page poplauki.eu by https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/extend.md

Add microformat`s by Shema.org  . Validate with Google testing tool

Add Twitter and Facebook card

Add separate meta tag to detect mobile device and redirect to mobile website version

Categories
Development Uncategorized

Fixed right menus for poplauki.eu website

Task : find fixed right menu with pure CSS and Javascript

List of the solutions:
CSS menu
Multilevel over-lapping responsive menu
Off Canvas menu effect
Sitepoint tutorial

Chooses Sitepoint tutorial