Remove accelerate from tf test reqs (#22777)

Remove accelerate from tf
This commit is contained in:
Zachary Mueller
2023-04-17 12:31:21 -04:00
committed by GitHub
parent f8c43c9425
commit cd3e0211a6
2 changed files with 1 additions and 3 deletions

View File

@@ -14,8 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""
Fine-tuning a 🤗 Transformers model on token classification tasks (NER, POS, CHUNKS) relying on the accelerate library
without using a Trainer.
Fine-tuning a 🤗 Transformers model on token classification tasks (NER, POS, CHUNKS)
"""
import json