Adapter Config File - cihantuncer/HyperPoint GitHub Wiki
Default VRAM, Encode, Decode and Compute settings are hardcoded in the script for all GPU assignments.
If you want to change these settings when assigning GPU(s), you can edit (or create if it doesn't exist) the adapter.config file in the script directory. This will apply to all GPU assignments.
If you want to apply settings for only a specific GPU, create a config file named after the GPU's friendly name in the script directory (e.g., Nvidia Geforce RTX 4060.config, Nvidia-Geforce-RTX-4060.config, Nvidia_Geforce_RTX_4060.config, NvidiaGeforceRTX4060.config).
Default adapter.config file
MinPartitionVRAM = 80000000
MaxPartitionVRAM = 100000000
OptimalPartitionVRAM = 100000000
MinPartitionEncode = 80000000
MaxPartitionEncode = 100000000
OptimalPartitionEncode = 100000000
MinPartitionDecode = 80000000
MaxPartitionDecode = 100000000
OptimalPartitionDecode = 100000000
MinPartitionCompute = 80000000
MaxPartitionCompute = 100000000
OptimalPartitionCompute = 100000000