User Tools

Site Tools


informatica:inteligencia_artificial:chatgpt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
informatica:inteligencia_artificial:chatgpt [2023/03/14 22:55] – created joseinformatica:inteligencia_artificial:chatgpt [2023/04/26 11:49] (current) jose
Line 1: Line 1:
-<code> +El módelo 7B ocupa 30Gb 
-apt-get update + 
-apt-get install -y wget curl xz-utils git python3 make g++ python-is-python3 python3-venv+Le he dado 2 veces, la primera baja 13Gb y la segunda baja los layers y acaba con los 30Gb 
 + 
 +^ node ^ resultado ^ 
 +| 14 | se instala y sale el modelo en la web pero no responde preguntas| 
 +| 16.13 | se instala y sale el modelo en la web pero no responde preguntas | 
 +| 17 | sh: 1: dalai: not found | 
 +| 18 | Error: Cannot find module 'node-pty'
 +| 19 | no se instala | 
 + 
 + 
 +<code>apt-get update 
 +apt-get install -y wget curl xz-utils git python3 make g++ python-is-python3 python3-venv python3-pip vim
  
 https://nodejs.org/en/download/ https://nodejs.org/en/download/
Line 19: Line 30:
 VERSION=v14.21.3 VERSION=v14.21.3
 DISTRO=linux-x64 DISTRO=linux-x64
-export PATH=/usr/local/lib/nodejs/node-$VERSION-$DISTRO/bin:$PATH+export PATH=/usr/local/lib/nodejs/node-$VERSION-$DISTRO/bin:$HOME/.local/bin:$PATH
  
-. ~/.profile+pip3 install torch
  
-ruth@46bb76ab1feb:~$ node -v +. ~/.profile
-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 git clone https://github.com/cocktailpeanut/dalai.git
  
-npx dalai llama +npx dalai llama 7B 13B 30B 65B
- +
- +
-pip3 install torchvision+
  
 here is how kopi luwak coffe beans are made here is how kopi luwak coffe beans are made
 </code> </code>
 +
 +====== Pruebas ======
 +Jorge: ChatGPT local en castellano
 +
 +https://www.youtube.com/watch?v=_syNRc_kjHE
 +
 +Vicuna
 +
 +Micro ordenador en la web oficial: https://www.khadas.com/edge2\\
 +Khadas Edge 2 en Amazon España: https://amzn.to/3mZD88o\\ 
 +Programa para ejecutar IA en local: https://github.com/oobabooga/text-generation-webui/ \\
 +Repositorio con modelos de inteligencia artificial: https://huggingface.co/ \\
 +Vicuna: https://vicuna.lmsys.org/ \\
 +
 +
informatica/inteligencia_artificial/chatgpt.1678834554.txt.gz · Last modified: 2023/03/14 22:55 by jose