pip install ml_platform*.whl
Get your Ml platform OAuth token from https://tolokamodels.tech/token
pip install ml_platform*.whl
Get your Ml platform OAuth token from https://tolokamodels.tech/token
diff --git a/make/CLANG39-LINUX-X86_64.makefile b/make/CLANG39-LINUX-X86_64.makefile | |
index 4b851976..cdce8862 100644 | |
--- a/make/CLANG39-LINUX-X86_64.makefile | |
+++ b/make/CLANG39-LINUX-X86_64.makefile | |
@@ -12,9 +12,6 @@ endef | |
_CC_VERSION = $(shell echo '$(_CC_TEST)' | $(CC) -E -P -) | |
$(info _CC_VERSION = '$(_CC_VERSION)') | |
-ifneq '$(_CC_VERSION)' '3 9' | |
- $(error clang 3.9 is required) |