User Tools

Site Tools


informatica:inteligencia_artificial:chatgpt

This is an old revision of the document!


apt-get update
apt-get install -y wget curl xz-utils git python3 make g++ python-is-python3 python3-venv

https://nodejs.org/en/download/
wget https://nodejs.org/dist/v18.15.0/node-v18.15.0-linux-x64.tar.xz
wget https://nodejs.org/download/release/v14.21.3/node-v14.21.3-linux-x64.tar.xz 

VERSION=v18.15.0
VERSION=v14.21.3
DISTRO=linux-x64
mkdir -p /usr/local/lib/nodejs
tar -xJvf node-$VERSION-$DISTRO.tar.xz -C /usr/local/lib/nodejs 

adduser ruth

~/.profile
VERSION=v18.15.0
VERSION=v14.21.3
DISTRO=linux-x64
export PATH=/usr/local/lib/nodejs/node-$VERSION-$DISTRO/bin:$PATH

. ~/.profile

ruth@46bb76ab1feb:~$ node -v
v18.15.0
ruth@46bb76ab1feb:~$ npm version
{
  npm: '9.5.0',
  node: '18.15.0',
  v8: '10.2.154.26-node.25',
  uv: '1.44.2',
  zlib: '1.2.13',
  brotli: '1.0.9',
  ares: '1.18.1',
  modules: '108',
  nghttp2: '1.51.0',
  napi: '8',
  llhttp: '6.0.10',
  uvwasi: '0.0.15',
  acorn: '8.8.2',
  simdutf: '3.1.0',
  undici: '5.20.0',
  openssl: '3.0.8+quic',
  cldr: '42.0',
  icu: '72.1',
  tz: '2022g',
  unicode: '15.0',
  ngtcp2: '0.8.1',
  nghttp3: '0.7.0'
}
ruth@46bb76ab1feb:~$ npx -v
9.5.0

git clone https://github.com/cocktailpeanut/dalai.git

npx dalai llama


pip3 install torchvision

here is how kopi luwak coffe beans are made
informatica/inteligencia_artificial/chatgpt.1678834554.txt.gz · Last modified: 2023/03/14 22:55 by jose