Commit cf4931a
File tree
Expand file treeCollapse file tree
6 files changed
+64
-14
lines changedFilter options
- docker
- open_llama
Expand file treeCollapse file tree
6 files changed
+64
-14
lines changed+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| 40 | + |
40 | 41 |
|
41 | 42 |
|
42 |
| - |
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
|
docker/auto_docker/Dockerfile renamed to docker/open_llama/Dockerfile
Copy file name to clipboardFile renamed without changes.
docker/open_llama/build.sh
Copy file name to clipboard+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
docker/auto_docker/hug_model.py renamed to docker/open_llama/hug_model.py
Copy file name to clipboardExpand all lines: docker/open_llama/hug_model.py+18-11Lines changed: 18 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 |
| - |
| 79 | + |
80 | 80 |
|
81 |
| - |
82 |
| - |
83 |
| - |
| 81 | + |
| 82 | + |
| 83 | + |
84 | 84 |
|
85 |
| - |
| 85 | + |
| 86 | + |
| 87 | + |
86 | 88 |
|
87 | 89 |
|
88 | 90 |
|
89 | 91 |
|
90 | 92 |
|
91 | 93 |
|
92 | 94 |
|
93 |
| - |
| 95 | + |
94 | 96 |
|
95 | 97 |
|
96 | 98 |
|
| ||
108 | 110 |
|
109 | 111 |
|
110 | 112 |
|
111 |
| - |
| 113 | + |
112 | 114 |
|
113 | 115 |
|
114 | 116 |
|
115 |
| - |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
116 | 122 |
|
117 | 123 |
|
118 | 124 |
|
119 | 125 |
|
120 | 126 |
|
121 | 127 |
|
122 | 128 |
|
123 |
| - |
124 |
| - |
| 129 | + |
| 130 | + |
| 131 | + |
125 | 132 |
|
126 | 133 |
|
127 | 134 |
|
128 | 135 |
|
129 |
| - |
| 136 | + |
130 | 137 |
|
131 | 138 |
|
132 | 139 |
|
docker/open_llama/start.sh
Copy file name to clipboard+28Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
docker/auto_docker/start_server.sh renamed to docker/open_llama/start_server.sh
Copy file name to clipboardExpand all lines: docker/open_llama/start_server.sh+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
|
0 commit comments