Hi Harold Huggins,
Your patience is greatly appreciated.
While Ubuntu 20.04 or newer is recommended for Linux as per LM Studio official documentation, other distributions that support AppImage files and meet the hardware requirements (AVX2-compatible CPU) can also run LM Studio. https://lmstudio.ai/docs/app/system-requirements
The VM you configured is a Standard_B2ats_v2 is a Basv2 family AMD processor.https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/basv2-series?tabs=sizebasic#host-specifications
Check if your Linux machine supports AVX2 instruction sets by using grep command.
grep -o 'avx[^ ]*' /proc/cpuinfo
orelse, you can also use this command to check AVX2 support, cat /proc/cpuinfo | grep avx2
and also check your Linux kernel version which should be 2.6.30 or later, uname -r
Many of the Azure VM instance types have CPU processor that support AVX2 you can verify system requirements for running LM Studio.
Verify below VM pricing page that includes brief mention of the vCPU and RAM included with each instance type:
https://azure.microsoft.com/en-us/pricing/details/virtual-machines/linux/
To optimize the performance and efficiency of Large Language Model (LLM) deployments on Azure Virtual Machines (VMs), it is highly recommended to utilize more robust VM configurations with a specific emphasis on higher vCPU counts and larger RAM capacities.
If the information is helpful, please click on "Accept Answer" and "Upvote", so that it can help others in the community looking for help on similar topics.
If you have any queries, please do let us know, we will help you.