Skip to content

Commit 074f9bf

Browse files
sutaakaropenshift-merge-bot[bot]
authored andcommitted
Adjust QLoRA model path for fms-hf-tuning tests
1 parent d08f564 commit 074f9bf

7 files changed

+7
-7
lines changed

tests/fms/resources/config_allam_beta_13b_chat_gptq.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"model_name_or_path": "/mnt/model/model/allam-beta-13b-chat-gptq/allam-beta-13b-chat-gptq-20241001T185023",
2+
"model_name_or_path": "/mnt/model/model/allam-beta-13b-chat-gptq-20241001T185023",
33
"training_data_path": "/mnt/scratch/dataset/alpaca_data.json",
44
"output_dir": "/mnt/output/model",
55
"save_model_dir": "/mnt/output/model",

tests/fms/resources/config_granite_34b_code_base_gptq.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"model_name_or_path": "/mnt/model/model/granite-34b-code-base-gptq/granite-34b-code-base-gptq-20241001T150701",
2+
"model_name_or_path": "/mnt/model/model/granite-34b-code-base-gptq-20241001T150701",
33
"training_data_path": "/mnt/scratch/dataset/alpaca_data.json",
44
"output_dir": "/mnt/output/model",
55
"save_model_dir": "/mnt/output/model",

tests/fms/resources/config_granite_8b_code_instruct_gptq.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"model_name_or_path": "/mnt/model/model/granite-8b-code-instruct-gptq/granite-8b-code-instruct-gptq-20241001T153432",
2+
"model_name_or_path": "/mnt/model/model/granite-8b-code-instruct-gptq-20241001T153432",
33
"training_data_path": "/mnt/scratch/dataset/alpaca_data.json",
44
"output_dir": "/mnt/output/model",
55
"save_model_dir": "/mnt/output/model",

tests/fms/resources/config_meta_llama3_1_405b_gptq.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"model_name_or_path": "/mnt/model/model/llama-3.1-405b-gptq/llama-3.1-405b-gptq-20241001T160356",
2+
"model_name_or_path": "/mnt/model/model/llama-3.1-405b-gptq-20241001T160356",
33
"training_data_path": "/mnt/scratch/dataset/alpaca_data.json",
44
"output_dir": "/mnt/output/model",
55
"save_model_dir": "/mnt/output/model",

tests/fms/resources/config_meta_llama3_70b_instruct_gptq_blue.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"model_name_or_path": "/mnt/model/model/llama3-70b-instruct-gptq-blue/llama3-70b-instruct-gptq-blue-20240620223000",
2+
"model_name_or_path": "/mnt/model/model/llama3-70b-instruct-gptq-blue-20240620223000",
33
"training_data_path": "/mnt/scratch/dataset/alpaca_data.json",
44
"output_dir": "/mnt/output/model",
55
"save_model_dir": "/mnt/output/model",

tests/fms/resources/config_mistral_7b_v03_gptq.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"model_name_or_path": "/mnt/model/model/mistral-7b-v0.3-gptq/mistral-7b-v0.3-gptq-20241001T174851",
2+
"model_name_or_path": "/mnt/model/model/mistral-7b-v0.3-gptq-20241001T174851",
33
"training_data_path": "/mnt/scratch/dataset/alpaca_data.json",
44
"output_dir": "/mnt/output/model",
55
"save_model_dir": "/mnt/output/model",

tests/fms/resources/config_mixtral_8x7b_instruct_v01_gptq.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"model_name_or_path": "/mnt/model/model/mixtral-8x7b-instruct-v0.1-gptq/mixtral-8x7b-instruct-v0.1-gptq-20241001T175603",
2+
"model_name_or_path": "/mnt/model/model/mixtral-8x7b-instruct-v0.1-gptq-20241001T175603",
33
"training_data_path": "/mnt/scratch/dataset/alpaca_data.json",
44
"output_dir": "/mnt/output/model",
55
"save_model_dir": "/mnt/output/model",

0 commit comments

Comments
 (0)