kenken999 commited on
Commit
b05d52a
Β·
1 Parent(s): 0c44ef0
Files changed (1) hide show
  1. gpt-engineer/hist.txt +40 -32
gpt-engineer/hist.txt CHANGED
@@ -1,32 +1,40 @@
1
- 1 git clone --depth 1 https://github.com/hiyouga/LLaMA-Factory.git
2
- 2 cd LLaMA-Factory
3
- 3 pip install -e .[torch,metrics]
4
- 4 cd ./LICENSE
5
- 5 rm -rf .gig
6
- 6 rm -rf .git
7
- 7 cd ..
8
- 8 git add *
9
- 9 git commit -m "update"
10
- 10 git push
11
- 11 pip install duckdb
12
- 12 pip install llama-cpp-python
13
- 13 pip install 'llama-cpp-python[server]'
14
- 14 pip install 'litellm[proxy]'
15
- 15 touch testgroq.py
16
- 16 python testgroq.py
17
- 17 git clone https://github.com/gpt-engineer-org/gpt-engineer.git
18
- 18 export OPENAI_API_BASE="https://api.groq.com/openai/v11"
19
- 19 export MODEL_NAME="Llama3-70b-8192"
20
- 21 cd ./gpt-engineer/
21
- 22 make install
22
- 23 pip install poetry
23
- 24 make install
24
- 25 make run example
25
- 26 export OPENAI_API_BASE="https://api.groq.com/openai/v1"
26
- 27 export MODEL_NAME="Llama3-70b-8192"
27
- 29 make run example
28
- 30 export MODEL_NAME="Llama3-70b-8192"
29
- 31 make run example
30
- 32 export LOCAL_MODEL=true
31
- 33 make run example
32
- 34 history > hist.txt
 
 
 
 
 
 
 
 
 
1
+ 1 git pull -f
2
+ 2 git add .
3
+ 3 git commit -m "update"
4
+ 4 git push
5
+ 5 git pull
6
+ 6 cd ./gpt-engineer/
7
+ 7 make install
8
+ 8 pip install playwright
9
+ 9 playwright install
10
+ 10 python
11
+ 11 sudo playwright install-deps
12
+ 12 pip install playwright
13
+ 13 playwright install
14
+ 14 apt-get install libnss3\ β•‘
15
+ 15 β•‘ libnspr4\ β•‘
16
+ 16 β•‘ libatk1.0-0\ β•‘
17
+ 17 β•‘ libatk-bridge2.0-0\ β•‘
18
+ 18 β•‘ libcups2\ β•‘
19
+ 19 β•‘ libatspi2.0-0\ β•‘
20
+ 20 β•‘ libxcomposite1\ β•‘
21
+ 21 β•‘ libxdamage1
22
+ 22 sudo su
23
+ 23 playwright install
24
+ 24 apt-get install -y libnss3 libnspr4 libatk1.0-0 libatk-bridge2.0-0 libcups2 libatspi2.0-0 libxcomposite1 libxdamage1
25
+ 25 apt-get update
26
+ 26 apt-get install -y libnss3 libnspr4 libatk1.0-0 libatk-bridge2.0-0 libcups2 libatspi2.0-0 libxcomposite1 libxdamage1
27
+ 27 playwright install-deps
28
+ 28 playwright install
29
+ 29 apt-get install -y libgtk-3-0 libgbm1 libxshmfence1
30
+ 30 apt-get install -y libnss3 libnspr4 libatk1.0-0 libatk-bridge2.0-0 libcups2 libatspi2.0-0 libxcomposite1 libxdamage1 libxrandr2 libxrandr-dev libasound2 libpangocairo-1.0-0
31
+ 31 playwright install
32
+ 32 apt-get update && sudo apt-get install -y libnss3 libnspr4 libatk1.0-0 libatk-bridge2.0-0 libcups2 libatspi2.0-0 libxcomposite1 libxdamage1 libxrandr2 libasound2 libpangocairo-1.0-0 libgtk-3-0 libgtk-4-1 libgdk-pixbuf-2.0-0 libgraphene-1.0-0 libwoff1 libwoff2-0 libwoff2dec0 libgstreamer1.0-0 libgstreamer-plugins-base1.0-0 libgstreamer-plugins-good1.0-0 libgstreamer-gl1.0-0 libgstpbutils-1.0-0 libgstvideo-1.0-0 libgstapp-1.0-0 libgstaudio-1.0-0 libgsttag-1.0-0 libgstfft-1.0-0 libavif15 libharfbuzz-icu0 libenchant-2-2 libsecret-1-0 libhyphen0 libmanette-0.2-0 libgles2
33
+ 33 playwright install
34
+ 34 apt-get install -y libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libxcomposite1 libxdamage1 libgtk-3-0 libgbm1
35
+ 35 apt-get install -y gstreamer1.0-libav gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad libavif15 libharfbuzz-icu0 libenchant-2-2 libsecret-1-0 libhyphen0 libmanette-0.2-0 libgles2-mesa
36
+ 36 playwright install
37
+ 37 apt-get install -y libgtk-4-1 libwoff1
38
+ 38 playwright install
39
+ 39 python
40
+ 40 history > hist.txt