Lê Viết Triều
Lê Viết Triều
Hi, I have a suggestion. I think you should use imageio instead of scipy.misc.imsave because I see the imsave is removed in new version of scipy. Please try it if...
> In the file `Dockerfile` > > `# FROM apache/airflow:2.2.1-python3.9` `FROM puckel/docker-airflow:1.10.9` `RUN apt-get update` `RUN apt-get install -y git` > > when i try to build a new image...
I followed the BUILDING and I got this problem: CMakeFiles/probing_hash_table_benchmark.dir/probing_hash_table_benchmark_main.cc.o: In function `boost::detail::thread_data::~thread_data()': probing_hash_table_benchmark_main.cc:(.text+0xdf): undefined reference to `boost::detail::thread_data_base::~thread_data_base()' CMakeFiles/probing_hash_table_benchmark.dir/probing_hash_table_benchmark_main.cc.o: In function `boost::detail::thread_data::~thread_data()': probing_hash_table_benchmark_main.cc:(.text+0x11f): undefined reference to `boost::detail::thread_data_base::~thread_data_base()' CMakeFiles/probing_hash_table_benchmark.dir/probing_hash_table_benchmark_main.cc.o: In function...
Hello there, Can you guys give more detail about the tasks?
> > Load the tokenizer from the base model (llama) not from your checkpoint. > > So i load tokenizer from base model and base_model from checkpoint ? I saw...