File tree 1 file changed +20
-1
lines changed
1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 23
23
uname -a
24
24
echo "::endgroup::"
25
25
26
+ which pip || true
27
+ which pip3 || true
28
+ which conda || true
26
29
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme
27
30
28
31
echo "::group::Completion"
44
47
echo "::group::Print machine info"
45
48
uname -a
46
49
echo "::endgroup::"
47
-
50
+
51
+ which pip || true
52
+ which pip3 || true
53
+ which conda || true
54
+
48
55
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization
49
56
50
57
test-gguf-cpu :
62
69
uname -a
63
70
echo "::endgroup::"
64
71
72
+ which pip || true
73
+ which pip3 || true
74
+ which conda || true
75
+
65
76
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs gguf
66
77
67
78
echo "::group::Completion"
84
95
uname -a
85
96
echo "::endgroup::"
86
97
98
+ which pip || true
99
+ which pip3 || true
100
+ which conda || true
101
+
87
102
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced
88
103
89
104
echo "::group::Completion"
@@ -106,6 +121,10 @@ jobs:
106
121
uname -a
107
122
echo "::endgroup::"
108
123
124
+ which pip || true
125
+ which pip3 || true
126
+ which conda || true
127
+
109
128
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs evaluation
110
129
111
130
echo "::group::Completion"
You can’t perform that action at this time.
0 commit comments