"README_ORIGIN.rst" did not exist on "e869fcbea0bc52dd0dde446eeafb44cca6fc7713"
- 26 Sep, 2024 1 commit
-
-
Blake Mizerany authored
This change closes the response body when an error occurs in makeRequestWithRetry. Previously, the first, non-200 response body was not closed before reattempting the request. This change ensures that the response body is closed in all cases where an error occurs, preventing leaks of file descriptors. Fixes #6974
-
- 25 Sep, 2024 2 commits
-
-
Xe Iaso authored
-
Jeffrey Morgan authored
-
- 24 Sep, 2024 3 commits
-
-
Daniel Hiltgen authored
write-host in powershell writes directly to the console and will not be picked up by a pipe. Echo, or write-output will.
-
Alex Yang authored
-
Deep Lakhani authored
-
- 22 Sep, 2024 1 commit
-
-
Mahesh Sathiamoorthy authored
This was causing an error since we depend on punkt_tab.
-
- 21 Sep, 2024 3 commits
-
-
Daniel Hiltgen authored
When running the subprocess as a background service windows may throttle, which can lead to thrashing and very poor token rate.
-
Daniel Hiltgen authored
GPUs handled the dependency path properly, but CPU runners didn't which results in missing vc redist libraries on systems where the user didn't already have it installed from some other app.
-
Daniel Hiltgen authored
The upload artifact is missing the dist prefix since all payloads are in the same directory, so restore the prefix on download.
-
- 20 Sep, 2024 3 commits
-
-
Daniel Hiltgen authored
-
Daniel Hiltgen authored
-
Daniel Hiltgen authored
* Unified arm/x86 windows installer This adjusts the installer payloads to be architecture aware so we can cary both amd64 and arm64 binaries in the installer, and install only the applicable architecture at install time. * Include arm64 in official windows build * Harden schedule test for slow windows timers This test seems to be a bit flaky on windows, so give it more time to converge
-
- 18 Sep, 2024 4 commits
-
-
Patrick Devine authored
-
Ryan Marten authored
-
Michael Yang authored
-
Jeffrey Morgan authored
-
- 17 Sep, 2024 3 commits
-
-
Michael Yang authored
make patches git am-able
-
Michael Yang authored
raw diffs can be applied using `git apply` but not with `git am`. git patches, e.g. through `git format-patch` are both apply-able and am-able
-
Daniel Hiltgen authored
The new buildx based build no longer leaves the dist/linux-* directories around, so we don't have to clean them up before uploading.
-
- 16 Sep, 2024 5 commits
-
-
Daniel Hiltgen authored
The rocm CI step for RCs was incorrectly tagging them as the latest rocm build. The multiarch manifest was incorrectly tagged twice (with and without the prefix "v"). Static windows artifacts weren't being carried between build jobs. This also fixes the latest tagging script.
-
Daniel Hiltgen authored
The runners don't have emulation set up so the default multi-platform build wont work.
-
Michael Yang authored
-
Patrick Devine authored
-
Pepo authored
-
- 15 Sep, 2024 1 commit
-
-
Edward Cui authored
-
- 13 Sep, 2024 1 commit
-
-
Daniel Hiltgen authored
scripts: fix incremental builds on linux or similar
-
- 12 Sep, 2024 6 commits
-
-
Daniel Hiltgen authored
Corrects x86_64 vs amd64 discrepancy
-
Daniel Hiltgen authored
* Optimize container images for startup This change adjusts how to handle runner payloads to support container builds where we keep them extracted in the filesystem. This makes it easier to optimize the cpu/cuda vs cpu/rocm images for size, and should result in faster startup times for container images. * Refactor payload logic and add buildx support for faster builds * Move payloads around * Review comments * Converge to buildx based helper scripts * Use docker buildx action for release
-
dcasota authored
-
Adrian Cole authored
-
RAPID ARCHITECT authored
-
Jesse Gross authored
runner: Flush pending responses before returning
-
- 11 Sep, 2024 6 commits
-
-
Jesse Gross authored
If there are any pending reponses (such as from potential stop tokens) then we should send them back before ending the sequence. Otherwise, we can be missing tokens at the end of a response. Fixes #6707
-
Patrick Devine authored
-
Michael Yang authored
refactor show ouput
-
Michael Yang authored
fixes line wrapping on long texts
-
Petr Mironychev authored
-
Daniel Hiltgen authored
This adds back a check which was lost many releases back to verify /dev/kfd permissions which when lacking, can lead to confusing failure modes of: "rocBLAS error: Could not initialize Tensile host: No devices found" This implementation does not hard fail the serve command but instead will fall back to CPU with an error log. In the future we can include this in the GPU discovery UX to show detected but unsupported devices we discovered.
-
- 10 Sep, 2024 1 commit
-
-
Michael Yang authored
add *_proxy to env map for debugging
-