AISG-Technology-Team / AISG-Online-Safety-Challenge-Submission-Guide

Submission Guide + Discussion Board for AI Singapore Online Safety Prize Challenge
https://ospc.aisingapore.org
14 stars 5 forks source link

offensive memes - aliencaocao - Request for CPU model specification #6

Closed aliencaocao closed 9 months ago

aliencaocao commented 9 months ago

Hi,

We are interested in using some cpu specific optimizations that is only supported by newer cpus. Thus we would like to check what is the exact model of the runtime's CPU.

Thanks

AISG-Wesley commented 9 months ago

Hi aliencaocao,

According to the documentation of the infrastructure provider, the CPU is an Intel Xeon ES-2686 v4 (see p284 of https://docs.aws.amazon.com/pdfs/ec2/latest/instancetypes/ec2-types.pdf ). But do take note of the following three caveats:

  1. The information is provided by the infrastructure provider, and we make no guarantees about the available features of the CPU as used in the challenge platform.

  2. The challenge is designed around using better approaches/models/algorithms, and not on low-level optimisation for specific hardware to be in compliance with §8 of https://ospc.aisingapore.org/terms-and-conditions .

  3. The resource allocation specified in https://github.com/AISG-Technology-Team/AISG-Online-Safety-Challenge-Submission-Guide#hardwaresoftware-specifications holds regardless of what the underlying hardware is, and we have no intention of changing said allocation.

aliencaocao commented 9 months ago

Thank you for the info