Spaces:
Build error
Build error
fix pipeline names
Browse files
.github/workflows/build-ggml-cpp-wheel.yml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
name: Build wheel in Docker
|
2 |
|
3 |
on:
|
4 |
release:
|
|
|
1 |
+
name: Build GGML wheel in Docker
|
2 |
|
3 |
on:
|
4 |
release:
|
.github/workflows/build-llama-cpp-wheel.yml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
name: Build wheel in Docker
|
2 |
|
3 |
on:
|
4 |
release:
|
|
|
1 |
+
name: Build Llama wheel in Docker
|
2 |
|
3 |
on:
|
4 |
release:
|