You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please add the version within the zip filename and optionally within the unextracted binary filename
Also optionally, can you please also put the version in the details of the binary:
The reason is, I have a script that downloads a new version of this binary and I'd prefer it didn't run every time (but currently there is no easy way to check if I have the latest version)
The text was updated successfully, but these errors were encountered:
for the zip filename, this is a reasonable requirement, but we already get the version in the GitHub download URL, e.g: https://github.com/gpustack/llama-box/releases/download/v0.0.114/llama-box-$os-$arch-$var.zip. Can we solve this by renaming it or relocating it at unzipping? on the other hand, the gpustack/gpustack is using the same logic to support the special version llama-box, so if we change the zip filename here, we should confirm the gpustack has accepted this change request before.
for the embedded properties, we will have a try, but it is not urgent. we like to use the traditional style to export the version information by calling --version.
Hello
Can you please add the version within the zip filename and optionally within the unextracted binary filename
Also optionally, can you please also put the version in the details of the binary:
The reason is, I have a script that downloads a new version of this binary and I'd prefer it didn't run every time (but currently there is no easy way to check if I have the latest version)
The text was updated successfully, but these errors were encountered: