Angus Fong
Angus Fong
Getting the same problem with `Waiting to finish uploads` hung for 2+ hours. With the same data it can sometimes finish instantaneously (within 3min) which suggests that it is a...
@timkpaine Thanks for your work on this. In the latest code (I am using `v0.2.15` there doesn't seem to be a `prelaunch_hook` object in Voila. Was this changed somewhere? How...
Thanks. Will those PR's be merged, or should I install at those commits? (coming from an open source-world newbie :)) My use case: - A voila Dashboard renders predictions for...
@timkpaine would you mind updating PR #724 so that it works with the current code?
Any update for this?
@joseberlines that's great news; would you mind sharing a reference to the method?
@joseberlines haha all good. What is this other library? The most important thing for me is an interactive table that (1) supports sorting and filtering; (2) integrates with Jupyter.
Hi @anentropic thanks for the patch! I tried it on DistilBertForMaskedLM, and managed to successfully produce an optimized model with this code ``` import transformers model_name = "distilbert-base-uncased" baseline_model =...