myrainbowandsky

Results 36 issues of myrainbowandsky

How to run Goolgle t5 small on Multiple GPUs, instead of single one.

enhancement

I've got key from refuel, I tried all of them: refuel-llm, llama-13b-chat, flan-t5-xxl. None is working. I ran: `ds = agent.run(ds,max_items=10)` I got: `2023-10-20 12:31:18 autolabel.models.refuel WARNING: Retrying autolabel.models.refuel.RefuelLLM._label_with_retry in...

bug

Any trials doing that? Maybe by flask?

enhancement

* Twitter Demographer version:latest * Python version:3.8 * Operating System:mac os ### Description It does not work if a tweet id is not valid. e.g. "1457724613471834118" ``` ``` Can you...

enhancement

We could split a csv into pieces of csvs and use twarc-csv for each of them. Or maybe we could use joblib's `n_jobs` to read CPU-thread number of blocks of...

enhancement

How to get the network edges from Luca Hammer?

Ubutu 22.04 ``` Error completing request Arguments: (5, '/mnt/data/stable_diffusion/Ebsynth/chineseDai/', '/tmp/c1b353fa6ab2bf63c741632fe31fcfdfac92d8ea/150c100a66bb324a3bf304543b5d6556.MP4', -1, -1, 0, 0, False, False, '', '', 0.4, 11, 11, 10, 300, 8.5, True, 'hm-mkl-hm', True, False, False, 0,...

My understanding is that if users reply the identical text content within the same time window, then, these users are co-reply. For example, the time window is 7 days, and...

python 3.8.15 ubuntu 22.04.1 LTS ``` coord_net_tk.compute_networks.compute_co_similar_tweet(db_name, n_threads=50, time_window=55) similarity_graph1 = coord_net_tk.graph.load_networkx_graph(db_name, "co_retweet") coord_net_tk.compute_networks.compute_co_similar_tweet(db_name, n_threads=50, time_window=5) similarity_graph2 = coord_net_tk.graph.load_networkx_graph(db_name, "co_retweet") ``` `similarity_graph1 ` and `similarity_graph2` are identical. What happened??