# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. import os
from mozperftest.layers import Layer
ALLOWED_HOSTS = [ # Remote Rettings contains the machine learning model descriptions, translations # models, and various prompts. "firefox.settings.services.mozilla.com", "firefox-settings-attachments.cdn.mozilla.net", "content-signature-2.cdn.mozilla.net", # The models hub is a HuggingFace compatible model hub for downloading models. "model-hub.mozilla.org", # The MLPA server is the front for the mozilla-managed LLM service. "mlpa-prod-prod-mozilla.global.ssl.fastly.net", "mlpa-nonprod-stage-mozilla.global.ssl.fastly.net",
]
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.