Carter

Results 8 comments of Carter

Sure. The abstract directory path contains some privacy information, so I hide part of the output. ```bash go: downloading github.com/bits-and-blooms/bitset v1.2.2 go: downloading github.com/mschoch/smat v0.2.0 go: downloading github.com/anacrolix/lsan v0.0.0-20211126052245-807000409a62 go:...

The reason is clear. I backup the .history directory generated by VScode and copy it. In the backup directory, there is go.mod file.

Sorry for my untimely reply resulted by the time difference. ```bash BertForSequenceClassification( (bert): BertModel( (embeddings): BertEmbeddings( (word_embeddings): Embedding(30522, 768, padding_idx=0) (position_embeddings): Embedding(512, 768) (token_type_embeddings): Embedding(2, 768) (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)...

This works well if you would like to fine-tune all attention layers, while I would like to select some layers. So I use strings to match the query and value...

Perfect. I will test it and put my code here.

@MasterJH5574 Still failed. ```bash (mlc_llm) whr@jetson-agx-orin-32:~/hust_2/code/cloud_end/test_mlc_llm$ python -c "import mlc_llm; print(mlc_llm)" Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'mlc_llm' (mlc_llm) whr@jetson-agx-orin-32:~/hust_2/code/cloud_end/test_mlc_llm$ pip show...

@ms1design Hey, for jetpack 5.1.5, how to solve this issue?