Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script downloading x86 build of ffmpeg on arm64 #25

Open
1 of 4 tasks
felix920506 opened this issue Oct 1, 2024 · 3 comments
Open
1 of 4 tasks

Script downloading x86 build of ffmpeg on arm64 #25

felix920506 opened this issue Oct 1, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@felix920506
Copy link

Checklist

  • Using the latest Version (branch develop) - old Versions aren't supported
  • Running the Script on bare metal (no VM)
  • Manually executing python /pyTAB/hwi.py works
  • The issue occurs AFTER the Benchmark has started

Description

The script downloads a x86 build of ffmpeg when run on a linux arm64 system

Steps to Reproduce

  1. Run on arm64 linux system
  2. go to ffmpeg download directory after ffmpeg is downloaded
  3. see error

Expected Behavior

It should download a arm64 build of ffmpeg

Actual Behavior

It downloads a x86 build of ffmpeg

Environment (important!)

  • OS: Debian 12
  • Python Version: 3.11
  • CPU(s): Qualcomm Snapdragon 7c Gen 1
  • GPU(s): Integrated
  • RAM: 8GB LPDDR4X

Screenshots/Videos

If applicable, add screenshots or videos to help illustrate the problem.

Additional Context

Include any other relevant information about the issue.

Possible Solution

(Optional) Suggest a fix or the cause of the bug.

@felix920506 felix920506 added the bug Something isn't working label Oct 1, 2024
@BotBlake
Copy link
Owner

BotBlake commented Oct 1, 2024

This needs to be discussed @JPVenson , since the Server tells the Script which binary to download.

However at the moment, CPU architecture is not taken into Account in either Client, Nor Server Side. - We need to agree on a new way of Platform Matching, to Support different CPU architectures.

This will result in the described behaviour on ALL supported Platforms.

@JPVenson
Copy link
Collaborator

JPVenson commented Oct 1, 2024

ARM is currently not supported. This is planned for the server to provide the correct binaries but not yet implemented.

@BotBlake
Copy link
Owner

BotBlake commented Oct 1, 2024

Let us know when and how this is implemented on Server side.
Until then, this Feature will be on hold on Client side.

@BotBlake BotBlake added enhancement New feature or request and removed bug Something isn't working labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

3 participants