-
Updated
Feb 10, 2021 - Rust
transformers
Here are 444 public repositories matching this topic...
-
Updated
Feb 14, 2021 - Python
-
Updated
Feb 14, 2021 - Python
-
Updated
Nov 16, 2020 - Jupyter Notebook
-
Updated
Feb 16, 2021 - Jupyter Notebook
-
Updated
Feb 12, 2021 - Python
-
Updated
Feb 17, 2021 - Python
Problem
Since Java 8 was introduced there is no need to use Joda as it has been replaced the native Date-Time API.
Solution
Ideally greping and replacing the text should work (mostly)
Additional context
Need to check if de/serializing will still work.
-
Updated
Feb 16, 2021 - Scala
-
Updated
Nov 6, 2020 - Python
-
Updated
Feb 5, 2021 - Python
-
Updated
Dec 11, 2020 - Python
-
Updated
Feb 11, 2021 - Scala
-
Updated
Feb 12, 2021 - Python
-
Updated
Feb 15, 2021 - Python
-
Updated
Jan 3, 2021
Hey! Thanks for the work on this.
Wondering how we can use this with mocha? tsconfig-paths has its own tsconfig-paths/register to make this work
https://github.com/dividab/tsconfig-paths#with-mocha-and-ts-node
Basically with mocha we have to run mocha -r ts-node/register -- but that wouldnt have the compiler flag.
Would be worthwhile to have the ability to do it which looks like
-
Updated
Feb 8, 2021 - Python
-
Updated
Jan 12, 2021 - Python
-
Updated
Jan 17, 2021 - Python
-
Updated
Apr 30, 2020 - Python
-
Updated
Jul 31, 2020 - Python
-
Updated
Dec 27, 2020 - Jupyter Notebook
-
Updated
Sep 7, 2020 - Jupyter Notebook
-
Updated
Feb 1, 2021 - Python
-
Updated
Dec 4, 2020 - Python
-
Updated
Dec 7, 2020
-
Updated
Feb 8, 2021 - Python
-
Updated
Jan 21, 2021 - Python
Improve this page
Add a description, image, and links to the transformers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the transformers topic, visit your repo's landing page and select "manage topics."
In https://docs.jina.ai/chapters/install/os/via-pip.html, under the Extra Dependencies Explained section, you mention using flask as one of your extra dependencies. Didn't you make a shift from flask to fastapi as mentioned here jina-ai/jina#1348.