From 89895e068bd3434bba18194c69a5bfb96f1d18ee Mon Sep 17 00:00:00 2001 From: Wenchen Lai Date: Fri, 7 May 2021 20:48:03 +0200 Subject: exp: Add environment reader for TensorFlow experiments This change adds a reader for the environment/topology format that is used for the TensorFlow experiments in OpenDC. --- opendc-experiments/opendc-experiments-tf20/build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'opendc-experiments/opendc-experiments-tf20/build.gradle.kts') diff --git a/opendc-experiments/opendc-experiments-tf20/build.gradle.kts b/opendc-experiments/opendc-experiments-tf20/build.gradle.kts index 51e167cc..3ee5462a 100644 --- a/opendc-experiments/opendc-experiments-tf20/build.gradle.kts +++ b/opendc-experiments/opendc-experiments-tf20/build.gradle.kts @@ -34,8 +34,9 @@ dependencies { implementation(projects.opendcSimulator.opendcSimulatorCore) implementation(projects.opendcSimulator.opendcSimulatorCompute) implementation(projects.opendcTelemetry.opendcTelemetrySdk) - implementation(libs.kotlin.logging) + implementation(projects.opendcFormat) + implementation(libs.kotlin.logging) implementation(libs.parquet) implementation(libs.hadoop.client) { exclude(group = "org.slf4j", module = "slf4j-log4j12") -- cgit v1.2.3