1
mirror of https://github.com/cocktailpeanut/dalai synced 2024-11-20 23:07:32 +01:00

Merge pull request #83 from AnLuoRidge/patch-1

Add the minimum node version in README
This commit is contained in:
cocktailpeanut 2023-03-18 01:36:40 -04:00 committed by GitHub
commit 29e7124ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ You do NOT have to install all models, you can install one by one. Let's take a
## Mac ## Mac
### Step 1. Install node.js ### Step 1. Install Node.js >=18
<a href="https://nodejs.org/en/download/" class='btn'>Install Node.js</a> <a href="https://nodejs.org/en/download/" class='btn'>Install Node.js</a>
@ -212,13 +212,13 @@ npx dalai llama install 7B 13B
### Step 2.2. Troubleshoot (optional) ### Step 2.2. Troubleshoot (optional)
In case above steps fail, try installing node.js and python separately. In case above steps fail, try installing Node.js and Python separately.
Install Python: Install Python:
<a href="https://www.python.org/ftp/python/3.10.10/python-3.10.10-embed-amd64.zip" class='btn'>Download Python</a> <a href="https://www.python.org/ftp/python/3.10.10/python-3.10.10-embed-amd64.zip" class='btn'>Download Python</a>
Install Node.js: Install Node.js >= 18:
<a href="https://nodejs.org/en/download/" class='btn'>Download Node.js</a> <a href="https://nodejs.org/en/download/" class='btn'>Download Node.js</a>