From c8cc9eca29017cac8477890499e5e001c09dc6e5 Mon Sep 17 00:00:00 2001 From: matteo-grella Date: Mon, 30 Oct 2023 22:53:19 +0100 Subject: [PATCH] Fix README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f45adc..bd59135 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ A unique feature of Cybertron is its compatibility with [HuggingFace Transformer Requirements: -* [Go 1.19](https://golang.org/dl/) +* [Go 1.21](https://golang.org/dl/) Clone this repo or get the library: @@ -110,8 +110,6 @@ Several examples can be leveraged to tour the current NLP capabilities in Cybert ### Machine Translation (En -> It) -``` - ``` GOARCH=amd64 go run ./examples/textgeneration ```